public function TipPluginInterface::getWeight in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 42 - Contains \Drupal\tour\TipPluginInterface.
Class
- TipPluginInterface
- Defines an interface for tour items.
Namespace
Drupal\tourCode
public function getWeight();