function CompiledRoute::getOptions
Same name in other branches
- 9 core/lib/Drupal/Core/Routing/CompiledRoute.php \Drupal\Core\Routing\CompiledRoute::getOptions()
Returns the options.
Return value
array The options.
File
-
core/
lib/ Drupal/ Core/ Routing/ CompiledRoute.php, line 119
Class
- CompiledRoute
- A compiled route contains derived information from a route object.
Namespace
Drupal\Core\RoutingCode
public function getOptions() {
return $this->route
->getOptions();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.