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