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