DynamicRouter::__construct |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
|
RouterListener::setRequest |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
Sets the current Request. |
RedirectRouteInterface.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php |
|
RouteProviderInterface.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteProviderInterface.php |
|
ChainedRouterInterface.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainedRouterInterface.php |
|
RouteCompilerInterface.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompilerInterface.php |
|
CompiledRoute::__construct |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Constructs a new compiled route object. |
CompiledRoute::getNumParts |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the number of parts in this route's path. |
None::alterRouteDefinition |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/None.php |
Allows access plugins to alter the route definition of a view. |
CompiledRoute::getDefaults |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the defaults. |
YamlFileLoader::parseRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/YamlFileLoader.php |
Parses a route and adds it to the RouteCollection. |
RouteBuildEvent::getModule |
function |
drupal/core/lib/Drupal/Core/Routing/RouteBuildEvent.php |
Gets the module that provides the route. |
MockRouteProvider::$routes |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockRouteProvider.php |
A collection of routes for this route provider. |
route_enhancer.entity_form |
service |
drupal/core/core.services.yml |
Drupal\Core\Entity\Enhancer\EntityFormEnhancer |
RouteProviderTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
|
RegisterRouteEnhancersPass |
class |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterRouteEnhancersPass.php |
Registers route enhancer services with the router. |
RouteProvider::$connection |
property |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
The database connection from which to read route information. |
RouteProvider::__construct |
function |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
Constructs a new PathMatcher. |
ChainRouterTest::testMatch |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
The first usable match is used, no further routers are queried once a match is found |
CompiledRoute::$hostTokens |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
CompiledRoute::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Constructor. |
DynamicRouterTest::$router |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
@var DynamicRouter |
RouteTest::testConstructor |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
RouteTest::testRequirement |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
RouteTest::testCompilation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteTest.php |
Confirms that a route compiles properly with the necessary data. |
Router::getRouteCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
Gets the RouteCollection instance associated with this Router. |
FieldUIRouteTest::$modules |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUIRouteTest.php |
Modules to enable. |
DisplayRouterInterface.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayRouterInterface.php |
Contains \Drupal\views\Plugin\views\display\DisplayRouterInterface. |
RouteEnhancerInterface.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteEnhancerInterface.php |
|
RouteNotFoundException.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/RouteNotFoundException.php |
|
GeneratorDumper::getRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php |
Gets the routes to dump. |
Route::sanitizeRequirement |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
|
RouteCollection::$resources |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
|
RouteCollection::addOptions |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Adds options to all routes. |
RouteCollection::setSchemes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Sets the schemes (e.g. 'https') all child routes are restricted to. |
RouteCollection::setMethods |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Sets the HTTP methods (e.g. 'POST') all child routes are restricted to. |
DynamicRouter::getGenerator |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
|
DynamicRouter::matchRequest |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
Tries to match a request with a set of routes and returns the array of
information for that route. |
RouteBuilderStatic::rebuild |
function |
drupal/core/lib/Drupal/Core/Routing/RouteBuilderStatic.php |
Rebuilds router. |
RouterListener::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
Constructor. |
MenuLinkInterface::getRoute |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkInterface.php |
Returns the Route object associated with this link, if any. |
ChainRouter::$sortedRouters |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
|
UrlGeneratorTest::getRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
RouteProviderTest::tearDown |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Deletes created files, database tables, and reverts all environment changes. |
ChainRouterTest::testWarmup |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
DynamicRouterTest::$matcher |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
DynamicRouterTest::$context |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
CompiledRoute::getHostRegex |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the host regex |
DynamicRouterTest::$request |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
CompiledRoute::getVariables |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the variables. |