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