LocalTaskManagerInterface::getTitle

public LocalTaskManagerInterface::getTitle(LocalTaskInterface $local_task)

Gets the title for a local task.

Parameters

\Drupal\Core\Menu\LocalTaskInterface $local_task: A local task plugin instance to get the title for.

Return value

string The localized title.

File

core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php, line 26

Class

LocalTaskManagerInterface
Manages discovery and instantiation of menu local task plugins.

Namespace

Drupal\Core\Menu

Code

public function getTitle(LocalTaskInterface $local_task);
doc_Drupal
2016-10-29 09:24:53
Comments
Leave a Comment

Please login to continue.