<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Routing; /** * RouteCompilerInterface is the interface that all RouteCompiler classes must implement. * * @author Fabien Potencier <fabien@symfony.com> */ interface RouteCompilerInterface { /** * Compiles the current route instance. * * @throws \LogicException If the Route cannot be compiled because the * path or host pattern is invalid */ public static function compile(Route $route): CompiledRoute; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Annotation | Folder | 0755 |
|
|
DependencyInjection | Folder | 0755 |
|
|
Exception | Folder | 0755 |
|
|
Generator | Folder | 0755 |
|
|
Loader | Folder | 0755 |
|
|
Matcher | Folder | 0755 |
|
|
Requirement | Folder | 0755 |
|
|
Alias.php | File | 2.5 KB | 0644 |
|
CHANGELOG.md | File | 12.74 KB | 0644 |
|
CompiledRoute.php | File | 4.13 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 1.49 KB | 0644 |
|
RequestContext.php | File | 6.58 KB | 0644 |
|
RequestContextAwareInterface.php | File | 525 B | 0644 |
|
Route.php | File | 11.98 KB | 0644 |
|
RouteCollection.php | File | 10.05 KB | 0644 |
|
RouteCompiler.php | File | 14.41 KB | 0644 |
|
RouteCompilerInterface.php | File | 733 B | 0644 |
|
Router.php | File | 11.51 KB | 0644 |
|
RouterInterface.php | File | 1015 B | 0644 |
|
composer.json | File | 1.49 KB | 0644 |
|