interface RouteCompilerInterface
RouteCompilerInterface is the interface that all RouteCompiler classes must implement.
static CompiledRoute | compile(Route $route) Compiles the current route instance. |
Compiles the current route instance.
Route | $route |
CompiledRoute | A CompiledRoute instance |
LogicException | If the Route cannot be compiled because the path or host pattern is invalid |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Routing/RouteCompilerInterface.html