RouterPermissionTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterPermissionTest.php |
Basic tests for access permissions in routes. |
Route::$requirements |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Router::getGenerator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
Gets the UrlGenerator instance associated with this Router. |
Route::$requirements |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
|
DumperRoute::getName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php |
Returns the route name. |
CompiledRouteTest.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/CompiledRouteTest.php |
|
MenuLink::$route_name |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The name of the route associated with this menu link, if any. |
SiteSchema::getRoutes |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchema.php |
Get the routes for the types of terms defined in this schema. |
MenuRouterTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Sets up a Drupal site for running functional and integration tests. |
DBLogResource::routes |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/DBLogResource.php |
Overrides \Drupal\rest\Plugin\ResourceBase::routes(). |
ChainRouter::$context |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
|
ChainRouter::$routers |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Array of arrays of routers grouped by priority |
UrlGenerator::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php |
|
DynamicRouterTest.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
ChainRouter::generate |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Loops through all registered routers and returns a router if one is found.
It will always return the first route generated. |
CompiledRoute::$route |
property |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
The Route object of which this object is the compiled version. |
CompiledRoute::getFit |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the fit of this route. |
RouteCompiler::getFit |
function |
drupal/core/lib/Drupal/Core/Routing/RouteCompiler.php |
Determines the fitness of the provided path. |
router.route_provider |
service |
drupal/core/core.services.yml |
Drupal\Core\Routing\RouteProvider |
RouteBuilder::$dumper |
property |
drupal/core/lib/Drupal/Core/Routing/RouteBuilder.php |
The dumper to which we should send collected routes. |
RouteBuilder::rebuild |
function |
drupal/core/lib/Drupal/Core/Routing/RouteBuilder.php |
Rebuilds the route info and dumps to dumper. |
CompiledRoute::$regex |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
MockRouteProvider.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockRouteProvider.php |
Contains Drupal\system\Tests\Routing\MockRouteProvider. |
RouteProviderTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Contains Drupal\system\Tests\Routing\RouteProviderTest. |
RouteTest::testScheme |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
RouteTest::testMethod |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
rest.route_subscriber |
service |
drupal/core/modules/rest/rest.services.yml |
Drupal\rest\EventSubscriber\RouteSubscriber |
DumperRoute::getRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php |
Returns the route. |
BarClass::routeAction |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/BarClass.php |
|
Route::getRequirement |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Returns the requirement for the given key. |
Route::hasRequirement |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Checks if a requirement is set for the given key. |
Route::setRequirement |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Sets a requirement for the given key. |
RouteAware::getRoutes |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
Get the routes that point to this content. |
RouteCompilerTest.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php |
|
RouteMock::getDefaults |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/RouteMock.php |
Returns the defaults. |
special_route_name.yml |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/special_route_name.yml |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/special_route_name.yml |
RouteMock::getRouteKey |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/RouteMock.php |
Get the route key. |
RouteCollection::count |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Gets the number of Routes in this collection. |
MenuLink::$routeObject |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The route object associated with this menu link, if any. |
RedirectRouteInterface |
interface |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php |
Document for redirection entries with the RedirectController. |
RouteEnhancerInterface |
interface |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteEnhancerInterface.php |
A route enhancer can change the values in the route data arrays |
RouterListenerTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
RouteProviderInterface |
interface |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteProviderInterface.php |
Interface for the route provider the DynamicRouter is using. |
ChainedRouterInterface |
interface |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainedRouterInterface.php |
Interface to combine the VersatileGeneratorInterface with the RouterInterface |
RouteNotFoundException |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/RouteNotFoundException.php |
Exception thrown when a route does not exists |
RouteCompiler::compile |
function |
drupal/core/lib/Drupal/Core/Routing/RouteCompiler.php |
Compiles the current route instance. |
router.request_context |
service |
drupal/core/core.services.yml |
Symfony\Component\Routing\RequestContext |
RouteCompiler::compile |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompiler.php |
|
RouteProvider::$routes |
property |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
A cache of already-loaded routes, keyed by route name. |
ChainRouterTest::setUp |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|