Issue #2876428 by hardik.p, joachim, c.nish2k3: Documentation for LocalTaskManager::getLocalTasks() is incorrect

8.4.x
Gabor Hojtsy 2017-05-12 12:36:38 +02:00
parent 7b976616c3
commit 582208f0d2
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ interface LocalTaskManagerInterface extends PluginManagerInterface {
public function getTasksBuild($current_route_name, RefinableCacheableDependencyInterface &$cacheability); public function getTasksBuild($current_route_name, RefinableCacheableDependencyInterface &$cacheability);
/** /**
* Collects the local tasks (tabs) for the current route. * Renders the local tasks (tabs) for the given route.
* *
* @param string $route_name * @param string $route_name
* The route for which to make renderable local tasks. * The route for which to make renderable local tasks.