function LocalTaskInterface::getWeight
Same name in other branches
- 9 core/lib/Drupal/Core/Menu/LocalTaskInterface.php \Drupal\Core\Menu\LocalTaskInterface::getWeight()
- 8.9.x core/lib/Drupal/Core/Menu/LocalTaskInterface.php \Drupal\Core\Menu\LocalTaskInterface::getWeight()
- 10 core/lib/Drupal/Core/Menu/LocalTaskInterface.php \Drupal\Core\Menu\LocalTaskInterface::getWeight()
Returns the weight of the local task.
Return value
int|null The weight of the task or NULL.
1 method overrides LocalTaskInterface::getWeight()
- LocalTaskDefault::getWeight in core/
lib/ Drupal/ Core/ Menu/ LocalTaskDefault.php - Returns the weight of the local task.
File
-
core/
lib/ Drupal/ Core/ Menu/ LocalTaskInterface.php, line 54
Class
- LocalTaskInterface
- Defines an interface for menu local tasks.
Namespace
Drupal\Core\MenuCode
public function getWeight();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.