public function CompiledRoute::getHostRegex

Returns the host regex

Return value

string|null The host regex or null

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php, line 79

Class

CompiledRoute
CompiledRoutes are returned by the RouteCompiler class.

Namespace

Symfony\Component\Routing

Code

public function getHostRegex() {
  return $this->hostRegex;
}