LocalActionManagerInterface::getActionsForRoute

public LocalActionManagerInterface::getActionsForRoute($route_appears)

Finds all local actions that appear on a named route.

Parameters

string $route_appears: The route name for which to find local actions.

Return value

array An array of link render arrays.

File

core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php, line 40

Class

LocalActionManagerInterface
Manages discovery and instantiation of menu local action plugins.

Namespace

Drupal\Core\Menu

Code

public function getActionsForRoute($route_appears);
doc_Drupal
2016-10-29 09:23:44
Comments
Leave a Comment

Please login to continue.