public LocalActionDefault::getOptions(RouteMatchInterface $route_match)
Returns options for rendering a link for the local action.
\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.
array An associative array of options.
Overrides LocalActionInterface::getOptions
public function getOptions(RouteMatchInterface $route_match) { return (array) $this->pluginDefinition['options']; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Menu!LocalActionDefault.php/function/LocalActionDefault::getOptions/8.1.x