Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Route.php
function Route::getOptions
Same name in this branch
11.1.x vendor/symfony/routing/Attribute/Route.php
\Symfony\Component\Routing\Attribute\Route::getOptions()
File
vendor/
symfony/
routing/
Route.php
, line 208
Class
Route
A Route describes a route and its parameters.
Namespace
Symfony\Component\Routing
Code
public
function
getOptions
() : array {
return
$this
->
options
; }
RSS feed