Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Route.php
function Route::getDefault
1 call to
Route::getDefault()
Route::extractInlineDefaultsAndRequirements
in vendor/
symfony/
routing/
Route.php
File
vendor/
symfony/
routing/
Route.php
, line 296
Class
Route
A Route describes a route and its parameters.
Namespace
Symfony\Component\Routing
Code
public
function
getDefault
(string
$name
) : mixed {
return
$this
->
defaults
[
$name
] ??
null
; }
RSS feed