public function TipPluginBase::getWeight in Drupal 10
Same name and namespace in other branches
- 8 core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::getWeight()
- 9 core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::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');
}