|
RouteCollectionTest::testAddPrefix |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
|
ChainRouterTest::testMatchNotFound |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException |
|
ChainRouterTest::createRouterMocks |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
|
DynamicRouterTest::testMatchFilter |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException |
|
RouterInterface::getRouteCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouterInterface.php |
Gets the RouteCollection instance associated with this Router. |
|
RouteContentEnhancerTest::$document |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php |
|
|
RedirectRouteInterface::isPermanent |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php |
Whether this should be a permanent or temporary redirect |
|
DynamicRouter::getRouteDebugMessage |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
Forwards to the generator. |
|
MenuRouterTest::testFileInheritance |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test that 'page callback', 'file' and 'file path' keys are properly
inherited from parent menu paths. |
|
UrlMatcherTest::doTestMatchRouteKey |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/UrlMatcherTest.php |
|
|
RouterListener::getSubscribedEvents |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
Returns an array of event names this subscriber wants to listen to. |
|
UrlMatcher::handleRouteRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
Handles specific route requirements. |
|
RouteObjectInterface::TEMPLATE_NAME |
constant |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteObjectInterface.php |
Field name for an explicit template to be used with this route.
i.e. CmfContentBundle:StaticContent:index.html.twig |
|
MenuRouterTest::testHookCustomTheme |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test that hook_custom_theme() can control the theme of a page. |
|
RouterDataCollector::getTargetRoute |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php |
|
|
MenuRouterTest::testMenuLinkOptions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test menu link 'options' storage and rendering. |
|
RouteBuildEvent::getRouteCollection |
function |
drupal/core/lib/Drupal/Core/Routing/RouteBuildEvent.php |
Gets the route collection. |
|
MockRouteProvider::getRoutesByNames |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockRouteProvider.php |
Implements \Symfony\Cmf\Component\Routing\RouteProviderInterface::getRoutesByName(). |
|
RegisterRouteEnhancersPass::process |
function |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterRouteEnhancersPass.php |
Adds services tagged with "route_enhancer" to the router. |
|
RouteProvider::getCandidateOutlines |
function |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
Returns an array of path pattern outlines that could match the path parts. |
|
DynamicRouterTest::testGetGenerator |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
DynamicRouterTest::testMatchRequest |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
FieldUIRouteTest::testFieldUIRoutes |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUIRouteTest.php |
Ensures that entity types with bundles do not break following entity types. |
|
AccessManagerTest::$routeCollection |
property |
drupal/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php |
The collection of routes, which are tested. |
|
GeneratorDumperInterface::getRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php |
Gets the routes to dump. |
|
RedirectRouteInterface::getRouteName |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php |
Get the name of the target route for working with the symfony standard
router. |
|
RequestDataCollector::getRouteParams |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
Gets the route parameters. |
|
RouteObjectInterface::CONTENT_OBJECT |
constant |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteObjectInterface.php |
Field name for the content of the current route, if any. |
|
MenuRouterTest::testMenuLinkMaintain |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests for menu_link_maintain(). |
|
RouteSubscriber::getSubscribedEvents |
function |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
Implements EventSubscriberInterface::getSubscribedEvents(). |
|
PhpFileLoaderTest::testLoadWithRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php |
|
|
XmlFileLoaderTest::testLoadWithRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
|
|
RouteTest::testInvalidRouteParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Annotation/RouteTest.php |
@expectedException \BadMethodCallException |
|
ChainRouterTest::testRouteCollection |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
|
ApacheMatcherDumper::getRouteMethods |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php |
Returns methods allowed for a route |
|
RouteTest::testSetInvalidRequirement |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
@dataProvider getInvalidRequirements
@expectedException \InvalidArgumentException |
|
RouteSubscriber::getSubscribedEvents |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
Returns an array of event names this subscriber wants to listen to. |
|
RouteSubscriber::getSubscribedEvents |
function |
drupal/core/modules/views/lib/Drupal/views/EventSubscriber/RouteSubscriber.php |
Returns an array of event names this subscriber wants to listen to. |
|
DisplayPageTest::testPageRouterItems |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php |
Checks that the router items are properly registered |
|
RedirectRouteInterface::getParameters |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php |
Get the parameters for the target route router::generate() |
|
RouteContentEnhancerTest::testContent |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php |
|
|
MenuRouterTest::testTitleMenuCallback |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests page title of MENU_CALLBACKs. |
|
MenuRouterTest::testAuthUserUserLogin |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test that an authenticated user hitting 'user/login' gets redirected to
'user' and 'user/register' gets redirected to the user edit page. |
|
RouteObjectInterface::CONTROLLER_NAME |
constant |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteObjectInterface.php |
Field name for an explicit controller name to be used with this route |
|
RouteObjectInterface::getRouteContent |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteObjectInterface.php |
Get the content document this route entry stands for. If non-null,
the ControllerClassMapper uses it to identify a controller and
the content is passed to the controller. |
|
ContentAwareGenerator::getRouteByName |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentAwareGenerator.php |
Get the route by a string name |
|
YamlFileLoaderTest::testLoadWithRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php |
|
|
RouteCompiler::getPathWithoutDefaults |
function |
drupal/core/lib/Drupal/Core/Routing/RouteCompiler.php |
Returns the path of the route, without placeholders with a default value. |
|
AnnotationClassLoader::configureRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
|
RouteProviderTest::testExactPathMatch |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that we can find routes with the exact incoming path. |