You are here

public function TipPluginInterface::set in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::set()
  2. 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.

File

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

Class

TipPluginInterface
Defines an interface for tour items.

Namespace

Drupal\tour

Code

public function set($key, $value);