You are here

public function TipPluginInterface::set in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::set()

Used for returning values by key.

Key of the value.

Value of the key.

1 method overrides TipPluginInterface::set()
TipPluginBase::set in core/modules/tour/src/TipPluginBase.php
Used for returning values by key.

File

core/modules/tour/src/TipPluginInterface.php, line 67

Class

TipPluginInterface
Defines an interface for tour items.

Namespace

Drupal\tour

Code

public function set($key, $value);