public CompiledRoute::getOptions()
Returns the options.
Return value
array The options.
File
- core/lib/Drupal/Core/Routing/CompiledRoute.php, line 116
Class
- CompiledRoute
- A compiled route contains derived information from a route object.
Namespace
Drupal\Core\Routing
Code
1 2 3 | public function getOptions() { return $this ->route->getOptions(); } |
Please login to continue.