public LocalTaskManagerInterface::getLocalTasks($route_name, $level = 0)
Collects the local tasks (tabs) for the current route.
Parameters
string $route_name: The route for which to make renderable local tasks.
int $level: The level of tasks you ask for. Primary tasks are 0, secondary are 1.
Return value
array An array containing
- tabs: Local tasks render array for the requested level.
- route_name: The route name for the current page used to collect the local tasks.
See also
File
- core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php, line 71
Class
- LocalTaskManagerInterface
- Manages discovery and instantiation of menu local task plugins.
Namespace
Drupal\Core\Menu
Code
public function getLocalTasks($route_name, $level = 0);
Please login to continue.