PhpMatcherDumper::compilePrefixRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Generates PHP code recursively to match a tree of routes |
RouteProviderInterface::getRoutesByNames |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteProviderInterface.php |
Find many routes by their names using the provided list of names |
PhpMatcherDumper::groupRoutesByHostRegex |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Groups consecutive routes having the same host regex. |
MatcherDumperTest::testAddAdditionalRoutes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php |
Confirms that we can add routes to the dumper when it already has some. |
PhpGeneratorDumperTest::testDumpWithRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
|
PhpGeneratorDumper::generateDeclaredRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php |
Generates PHP code representing an array of defined routes
together with the routes properties (e.g. requirements). |
UrlGeneratorTest::testGenerateWithoutRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\RouteNotFoundException |
PhpGeneratorDumperTest::testDumpWithoutRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
@expectedException \InvalidArgumentException |
ContentAwareGeneratorTest::testGenerateNoRoutes |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
@expectedException Symfony\Component\Routing\Exception\RouteNotFoundException |
ContentAwareGeneratorTest::testGenerateEmptyRouteString |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|