menu_item_route_access |
function |
drupal/core/includes/menu.inc |
Checks access to a menu item by mocking a request for a path. |
RouteCompilerInterface |
interface |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompilerInterface.php |
RouteCompilerInterface is the interface that all RouteCompiler classes must implement. |
DisplayRouterInterface |
interface |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayRouterInterface.php |
|
MatcherDumper::$routes |
property |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
The routes to be dumped. |
CompiledRoute::$tokens |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
RouteTest::testOptions |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
RouteTest::testCompile |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
views.route_subscriber |
service |
drupal/core/modules/views/views.services.yml |
Drupal\views\EventSubscriber\RouteSubscriber |
RouteBuilderStatic.php |
file |
drupal/core/lib/Drupal/Core/Routing/RouteBuilderStatic.php |
Contains \Drupal\Core\Routing\RouteBuilderStatic. |
MatcherDumper::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php |
|
Route::setRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
_menu_find_router_path |
function |
drupal/core/includes/menu.inc |
Finds the router path which will serve this path. |
Route::getRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
router_test_permission |
function |
drupal/core/modules/system/tests/modules/router_test/router_test.module |
Implements hook_permission(). |
MenuLink::$router_path |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
For links corresponding to a Drupal path (external = 0), this connects the
link to a {menu_router}.path for joins. |
Route::getRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Returns the requirements. |
Route::setRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Sets the requirements. |
Route::addRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Adds requirements. |
RouteAware::__toString |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
RouteCollection::remove |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Removes a route or an array of routes by name from the collection |
RouterTestBundle::build |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouterTestBundle.php |
Overrides Symfony\Component\HttpKernel\Bundle\Bundle::build(). |
DynamicRouter::$matcher |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
|
RouteTestSubscriber.php |
file |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouteTestSubscriber.php |
|
DynamicRouter::$context |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
|
DynamicRouter::generate |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
Generates a URL from the given parameters. |
DynamicRouter::supports |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
Delegate to our generator |
MenuRouterTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
|
UrlMatcher::ROUTE_MATCH |
constant |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
|
RouterListener::$logger |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
|
LocaleListener::$router |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/LocaleListener.php |
|
RouteAwareInterface.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteAwareInterface.php |
|
ChainRouter::getContext |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
|
RouterDataCollector.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php |
|
ChainRouter::setContext |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Sets the request context. |
router_test.routing.yml |
file |
drupal/core/modules/system/tests/modules/router_test/router_test.routing.yml |
drupal/core/modules/system/tests/modules/router_test/router_test.routing.yml |
CompiledRoute::getRoute |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the Route instance. |
CompiledRoute::getRegex |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the regex. |
DynamicRouterTest::$url |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
RouteTest::testDefaults |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
RouteSubscriber::routes |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
Adds routes for the Field UI. |
FieldUIRouteTest::setUp |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUIRouteTest.php |
Sets up a Drupal site for running functional and integration tests. |
RouteCollectionTest.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
RouteCollection::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
|
RouteCollection::__clone |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
|
MenuLink::setRouteObject |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
Sets the route object for this link. |
RouteCollection::setHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Sets the host pattern on all routes. |
RouteObject::getRouteKey |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteObject.php |
Get the route key. |
RouteContentEnhancerTest |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php |
|
MenuRouterTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Modules to enable. |
RouterListener::$matcher |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
|