public LocalActionInterface::getRouteParameters(RouteMatchInterface $route_match)
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.
File
- core/lib/Drupal/Core/Menu/LocalActionInterface.php, line 29
Class
- LocalActionInterface
- Defines an interface for menu local actions.
Namespace
Drupal\Core\Menu
Code
public function getRouteParameters(RouteMatchInterface $route_match);
Please login to continue.