function LocalActionInterface::getRouteParameters
Returns the route parameters needed to render a link for the local action.
Parameters
\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.
Return value
array An array of parameter names and values.
1 method overrides LocalActionInterface::getRouteParameters()
- LocalActionDefault::getRouteParameters in core/
lib/ Drupal/ Core/ Menu/ LocalActionDefault.php  - Returns the route parameters needed to render a link for the local action.
 
File
- 
              core/
lib/ Drupal/ Core/ Menu/ LocalActionInterface.php, line 29  
Class
- LocalActionInterface
 - Defines an interface for menu local actions.
 
Namespace
Drupal\Core\MenuCode
public function getRouteParameters(RouteMatchInterface $route_match);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.