public function LocalTaskInterface::getRouteParameters in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Menu/LocalTaskInterface.php \Drupal\Core\Menu\LocalTaskInterface::getRouteParameters()
Returns the route parameters needed to render a link for the local task.
Parameters
\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.
Return value
array An array of parameter names and values.
1 method overrides LocalTaskInterface::getRouteParameters()
- LocalTaskDefault::getRouteParameters in core/
lib/ Drupal/ Core/ Menu/ LocalTaskDefault.php - Returns the route parameters needed to render a link for the local task.
File
- core/
lib/ Drupal/ Core/ Menu/ LocalTaskInterface.php, line 46
Class
- LocalTaskInterface
- Defines an interface for menu local tasks.
Namespace
Drupal\Core\MenuCode
public function getRouteParameters(RouteMatchInterface $route_match);