function LocalTaskInterface::getOptions
Returns options for rendering a link to the local task.
Parameters
\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.
Return value
array An associative array of options.
1 method overrides LocalTaskInterface::getOptions()
- LocalTaskDefault::getOptions in core/
lib/ Drupal/ Core/ Menu/ LocalTaskDefault.php - Returns options for rendering a link to the local task.
File
-
core/
lib/ Drupal/ Core/ Menu/ LocalTaskInterface.php, line 65
Class
- LocalTaskInterface
- Defines an interface for menu local tasks.
Namespace
Drupal\Core\MenuCode
public function getOptions(RouteMatchInterface $route_match);