LocalTaskManager::getLocalTasks

public function LocalTaskManager::getLocalTasks

public LocalTaskManager::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.

Overrides 登录查看完整内容