function TipPluginInterface::set
Same name in other branches
- 9 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::set()
- 10 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::set()
- 11.x 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\tourCode
public function set($key, $value);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.