W3cubDocs

/Drupal 8

interface LocalTaskInterface

Defines an interface for menu local tasks.

Menu local tasks are typically rendered as navigation tabs above the content region, though other presentations are possible. It is convention that the titles of these tasks should be short verbs if possible.

Hierarchy

See also

\Drupal\Core\Menu\LocalTaskManagerInterface

File

core/lib/Drupal/Core/Menu/LocalTaskInterface.php, line 16

Namespace

Drupal\Core\Menu

Members

Name Modifiers Type Description
LocalTaskInterface::getActive public function Gets the active status.
LocalTaskInterface::getOptions public function Returns options for rendering a link to the local task.
LocalTaskInterface::getRouteName public function Get the route name from the settings.
LocalTaskInterface::getRouteParameters public function Returns the route parameters needed to render a link for the local task.
LocalTaskInterface::getTitle public function Returns the localized title to be shown for this tab.
LocalTaskInterface::getWeight public function Returns the weight of the local task.
LocalTaskInterface::setActive public function Sets the active status.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Menu!LocalTaskInterface.php/interface/LocalTaskInterface/8.1.x