public function LocalTaskInterface::getWeight in Drupal 8
Same name and namespace in other branches
- 9 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();