public function TipPluginInterface::getWeight

Returns weight of the tip.

Return value

string The weight of the tip.

1 method overrides TipPluginInterface::getWeight()
TipPluginBase::getWeight in drupal/core/modules/tour/lib/Drupal/tour/TipPluginBase.php
Implements \Drupal\tour\TipPluginInterface::getWeight().

File

drupal/core/modules/tour/lib/Drupal/tour/TipPluginInterface.php, line 29
Contains \Drupal\tour\TipPluginInterface.

Class

TipPluginInterface
Defines an interface for tour items.

Namespace

Drupal\tour

Code

public function getWeight();