Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
CompiledRoute.php
function CompiledRoute::getVariables
Returns the variables.
File
vendor/
symfony/
routing/
CompiledRoute.php
, line 128
Class
CompiledRoute
CompiledRoutes are returned by the RouteCompiler class.
Namespace
Symfony\Component\Routing
Code
public
function
getVariables
() : array {
return
$this
->
variables
; }
RSS feed