function TipPluginInterface::getWeight

Same name and namespace in other branches
  1. 9 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getWeight()
  2. 8.9.x core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getWeight()
  3. 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\tour

Code

public function getWeight();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.