constant RouteCompiler::SEPARATORS

This string defines the characters that are automatically considered separators in front of optional placeholders (with default and no static text following). Such a single separator can be left out together with the optional placeholder from matching and generating URLs.

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompiler.php, line 29

Class

RouteCompiler
RouteCompiler compiles Route instances to CompiledRoute instances.

Namespace

Symfony\Component\Routing

Code

const SEPARATORS = '/,;.:-_~+*=@|';