function TipPluginInterface::getWeight
Same name in other branches
- 9 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getWeight()
- 8.9.x core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getWeight()
- 10 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getWeight()
Returns weight of the tip.
Return value
string The weight of the tip.
1 method overrides TipPluginInterface::getWeight()
- TipPluginBase::getWeight in core/
modules/ tour/ src/ TipPluginBase.php - Returns weight of the tip.
File
-
core/
modules/ tour/ src/ TipPluginInterface.php, line 37
Class
- TipPluginInterface
- Defines an interface for tour items.
Namespace
Drupal\tourCode
public function getWeight();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.