You are here

public function TipPluginInterface::getWeight in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getWeight()
  2. 9 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::getWeight()

Returns weight of the tip.

Return value

string The 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();