Returns the placeholder regex.
Return value
string
The regex to locate placeholders in this pattern.
File
- drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php, line 118
- Definition of Drupal\Core\Routing\CompiledRoute.
Class
- CompiledRoute
- Description of CompiledRoute
Namespace
Drupal\Core\Routing
Code
public function getRegex() {
return $this->regex;
}