public function TipPluginInterface::getWeight in Drupal 9
Same name and namespace in other branches
- 8 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();