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