|
TraceableUrlMatcher::ROUTE_DOES_NOT_MATCH |
constant |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php |
|
|
TraceableUrlMatcher::ROUTE_ALMOST_MATCHES |
constant |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php |
|
|
MenuRouterTest::menuItemTitlesCasesHelper |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Get a URL and assert the title given a case number. If override is true,
the title is asserted to begin with "Alternative". |
|
ContentAwareGenerator::getBestLocaleRoute |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentAwareGenerator.php |
Determine if there is a route with matching locale associated with the
given route via associated content. |
|
AnnotationClassLoader::$defaultRouteIndex |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
|
RouteProviderTest::testOutlinePathNoMatch |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that an exception is thrown when no matching path is found. |
|
ChainRouterTest::testMatchRequestNotFound |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException |
|
DynamicRouterTest::testMatchRequestFilter |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException |
|
ContentAwareGeneratorTest::$routeDocument |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
|
ContentAwareGeneratorTest::$routeCompiled |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
|
PhpMatcherDumperTest::getRouteCollections |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php |
|
|
MenuRouterTest::testThemeCallbackFakeTheme |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test the theme callback when it is set to use a theme that does not exist. |
|
MenuRouterTest::testMenuGetItemNoAncestors |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test menu_get_item() with empty ancestors. |
|
AnnotationClassLoader::getDefaultRouteName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
Gets the default route name for a class method. |
|
RouteCompilerTest::getNumericVariableNames |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php |
|
|
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. |
|
ChainRouterTest::testMatchMethodNotAllowed |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
If any of the routers throws a not allowed exception and no other matches, we need to see this |
|
RouterPermissionTest::testPermissionAccess |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterPermissionTest.php |
Tests permission requirements on routes. |
|
ProviderBasedGeneratorTest::$routeDocument |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ProviderBasedGeneratorTest.php |
|
|
ProviderBasedGeneratorTest::$routeCompiled |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ProviderBasedGeneratorTest.php |
|
|
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 |
|
ContentAwareGenerator::getRouteDebugMessage |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentAwareGenerator.php |
Convert a route identifier (name, content object etc) into a string
usable for logging and other debug/error messages |
|
RouteProvider::getRouteCollectionForRequest |
function |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
Finds routes that may potentially match the request. |
|
RouteProviderTest::testOutlinePathMatchZero |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Tests a route with a 0 as value. |
|
RouterTest::testThatRouteCollectionIsLoaded |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
|
|
DynamicRouterTest::testSupportsNonversatile |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
RoleAccessCheckTest::getTestRouteCollection |
function |
drupal/core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php |
Generates the test route collection. |
|
ApacheMatcherDumperTest::getRouteCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
|
|
MenuLinkStorageController::$routerItemFields |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Holds an array of router item schema fields. |
|
MenuRouterTest::testThemeCallbackInheritance |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test that the theme callback is properly inherited. |
|
ProviderBasedGenerator::getRouteDebugMessage |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ProviderBasedGenerator.php |
Convert a route identifier (name, content object etc) into a string
usable for logging and other debug/error messages |
|
YamlFileLoaderTest::testLoadSpecialRouteName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php |
|
|
TreeAccessTest::testRouteItemMenuLinksAccess |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeAccessTest.php |
Tests access check for menu links with a route item. |
|
AnnotationClassLoaderTest::getAnnotatedRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|
|
AnnotationClassLoader::$routeAnnotationClass |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
|
RouteCollectionTest::testDeepOverriddenRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
|
RouterTest::testSetOptionWithSupportedOption |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
|
|
UrlMatcherTest::testWithHostOnRouteCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
|
MenuRouterTest::testMaintenanceModeLoginPaths |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Make sure the maintenance mode can be bypassed using an EventSubscriber. |
|
RouteCompilerTest::provideCompileWithHostData |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php |
|
|
ChainRouterTest::testMatchWithRequestMatchers |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
Call match on ChainRouter that has RequestMatcher in the chain. |
|
PhpGeneratorDumperTest::testDumpWithoutRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
@expectedException \InvalidArgumentException |
|
MenuRouterTest::testThemeCallbackOptionalTheme |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test the theme callback when it is set to use an optional theme. |
|
AnnotationClassLoader::setRouteAnnotationClass |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
Sets the annotation class to read route properties from. |
|
ChainRouterTest::testMatchRequestAndNotAllowed |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
If there is a method not allowed but another router matches, that one is used |
|
RouterTest::testSetOptionsWithSupportedOptions |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
|
|
RouterTest::testSetOptionWithUnsupportedOption |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
@expectedException \InvalidArgumentException
@expectedExceptionMessage The Router does not support the "option_foo" option |
|
RouterTest::testGetOptionWithUnsupportedOption |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
@expectedException \InvalidArgumentException
@expectedExceptionMessage The Router does not support the "option_foo" option |