You are here

public function LocalTaskInterface::getWeight in Drupal 9

Same name and namespace in other branches
  1. 8 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\Menu

Code

public function getWeight();