Compiles the current route instance.
Parameters
Route $route A Route instance:
Return value
CompiledRoute A CompiledRoute instance
File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompilerInterface.php, line 28
Class
- RouteCompilerInterface
- RouteCompilerInterface is the interface that all RouteCompiler classes must implement.
Namespace
Symfony\Component\Routing
Code
public function compile(Route $route);