function TipPluginBase::set
Same name in other branches
- 8.9.x core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::set()
- 10 core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::set()
- 11.x core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::set()
Overrides TipPluginInterface::set
File
-
core/
modules/ tour/ src/ TipPluginBase.php, line 118
Class
- TipPluginBase
- Defines a base tour item implementation.
Namespace
Drupal\tourCode
public function set($key, $value) {
$this->configuration[$key] = $value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.