public function CompiledRoute::getRegex

Returns the regex.

Return value

string The regex

File

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

Class

CompiledRoute
CompiledRoutes are returned by the RouteCompiler class.

Namespace

Symfony\Component\Routing

Code

public function getRegex() {
  return $this->regex;
}