public function TipPluginInterface::set

Used for returning values by key.

Key of the value.

Value of the key.

1 method overrides TipPluginInterface::set()
TipPluginBase::set in drupal/core/modules/tour/lib/Drupal/tour/TipPluginBase.php
Implements \Drupal\tour\TipPluginInterface::set().

File

drupal/core/modules/tour/lib/Drupal/tour/TipPluginInterface.php, line 59
Contains \Drupal\tour\TipPluginInterface.

Class

TipPluginInterface
Defines an interface for tour items.

Namespace

Drupal\tour

Code

public function set($key, $value);