function TipPluginBase::getWeight
Same name in other branches
- 9 core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::getWeight()
- 8.9.x core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::getWeight()
- 10 core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::getWeight()
Overrides TipPluginInterface::getWeight
File
-
core/
modules/ tour/ src/ TipPluginBase.php, line 48
Class
- TipPluginBase
- Defines a base tour item implementation.
Namespace
Drupal\tourCode
public function getWeight() {
return $this->get('weight');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.