|
RouteCompilerTest::provideCompileData |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php |
|
|
ChainRouterTest::testGenerateNotFound |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
@expectedException \Symfony\Component\Routing\Exception\RouteNotFoundException |
|
DisplayRouterInterface::collectRoutes |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayRouterInterface.php |
Adds the route entry of a view to the collection. |
|
MimeTypeMatcherTest::testFilterRoutes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
Confirms that the MimeType matcher matches properly. |
|
MimeTypeMatcherTest::testNoRouteFound |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
Confirms that the MimeTypeMatcher matcher throws an exception for no-route. |
|
DynamicRouterTest::testInvalidMatcher |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
@expectedException \InvalidArgumentException |
|
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 |
|
RedirectRouteInterface::getRouteTarget |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php |
Get the target route document this route redirects to. |
|
RouterListenerTest::testInvalidMatcher |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
@expectedException \InvalidArgumentException |
|
RouterListenerTest::testRequestMatcher |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
|
views.view.test_page_display_route.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_page_display_route.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_page_display_route.yml |
|
MenuRouterTest::testTitleCallbackFalse |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test title callback set to FALSE. |
|
RouteProviderInterface::getRouteByName |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteProviderInterface.php |
Find the route using the provided route name (and parameters) |
|
UrlMatcherTest::testMatchNoRouteObject |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/UrlMatcherTest.php |
|
|
MenuLinkInterface::buildFromRouterItem |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkInterface.php |
Builds a menu link entity from a router item. |
|
AccessPluginBase::alterRouteDefinition |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/AccessPluginBase.php |
Allows access plugins to alter the route definition of a view. |
|
TreeAccessTest::getTestRouteCollection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeAccessTest.php |
Generates the test route collection. |
|
RoutingFixtures::sampleRouteCollection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RoutingFixtures.php |
Returns a standard set of routes for testing. |
|
RouteProviderTest::testSystemPathMatch |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that system_path attribute overrides request path. |
|
RouteCompilerTest::testCompileWithHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php |
@dataProvider provideCompileWithHostData |
|
RouteCollectionTest::testAddCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
|
RouterTest::testControllerPlaceholders |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Confirms that placeholders in paths work correctly. |
|
DynamicRouterTest::testRouteCollection |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
DumperPrefixCollection::addPrefixRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php |
Adds a route in the tree. |
|
RouteTest::testCompilationDefaultValue |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteTest.php |
Confirms that a compiled route with default values has the correct outline. |
|
RouteContentEnhancerTest::testNoContent |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php |
|
|
MenuRouterTest::testHookMenuIntegration |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test local tasks with route placeholders. |
|
RouterDataCollector::onKernelController |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php |
Remembers the controller associated to each request. |
|
MenuRouterTest::testMenuItemTitlesCases |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests the possible ways to set the title for menu items.
Also tests that menu item titles work with string overrides. |
|
ContentAwareGenerator::getRouteByLocale |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentAwareGenerator.php |
|
|
RoutingFixtures::complexRouteCollection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RoutingFixtures.php |
Returns a complex set of routes for testing. |
|
RouteProviderTest::testOutlinePathMatch |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
|
ChainRouterTest::testMatchAndNotAllowed |
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 |
|
ChainRouterTest::testGenerateObjectName |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
|
RouteTestSubscriber::getSubscribedEvents |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouteTestSubscriber.php |
Implements EventSubscriberInterface::getSubscribedEvents(). |
|
UrlMatcherTest::testMatchOverriddenRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
|
RouteContentEnhancerTest::testNoCmfRoute |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php |
|
|
MenuLinkStorageController::findRouteName |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Returns the route_name matching a URL. |
|
MenuRouterTest::testDescriptionMenuItems |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests menu item descriptions. |
|
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 |
|
ContentAwareGenerator::getRouteByContent |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentAwareGenerator.php |
Get the route based on the $name that is a RouteAwareInterface or a
RouteAwareInterface content found in the content repository with the
content_id specified in parameters. |
|
LinksTest::testMenuLinkRouterReparenting |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/LinksTest.php |
Test automatic reparenting of menu links derived from menu routers. |
|
RouteProviderTest::testCandidateOutlines |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that the correct candidate outlines are generated. |
|
RouteCollectionTest::testOverriddenRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
|
RouterTest::testControllerResolutionPage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Checks that a request with text/html response gets rendered as a page. |
|
DynamicRouterTest::testRouteDebugMessage |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
PhpMatcherDumper::groupRoutesByHostRegex |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Groups consecutive routes having the same host regex. |
|
PhpGeneratorDumperTest::$routeCollection |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php |
|
|
UrlMatcherTest::testMatchSpecialRouteName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
|
MenuLinkStorageController::$routeProvider |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
The route provider service. |