CompiledRoute.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
RouteProvider.php |
file |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
Contains Drupal\Core\Routing\RouteProvider. |
MockRouteProvider |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockRouteProvider.php |
Easily configurable mock route provider. |
RouteProviderTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Basic tests for the RouteProvider. |
RouteCompilerTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php |
|
RouterTest::setUp |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
|
DynamicRouterTest |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
Router::$resource |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
|
CompiledRouteTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/CompiledRouteTest.php |
|
Router::setOption |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
Sets an option. |
Router::getOption |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
Gets an option value. |
menu_router_build |
function |
drupal/core/includes/menu.inc |
Collects and alters the menu definitions. |
Route::setPattern |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::getPattern |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::setOptions |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
_menu_router_save |
function |
drupal/core/includes/menu.inc |
Saves data from menu_router_build() to the router table. |
Route::getOptions |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::getPattern |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Returns the pattern for the path. |
Route::setPattern |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Sets the pattern for the path. |
Route::setSchemes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::getSchemes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::setMethods |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::getMethods |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::getSchemes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Returns the lowercased schemes this route is restricted to.
So an empty array means that any scheme is allowed. |
Route::setSchemes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Sets the schemes (e.g. 'https') this route is restricted to.
So an empty array means that any scheme is allowed. |
Route::getMethods |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Returns the uppercased HTTP methods this route is restricted to.
So an empty array means that any method is allowed. |
Route::setMethods |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Sets the HTTP methods (e.g. 'POST') this route is restricted to.
So an empty array means that any method is allowed. |
Route::getOptions |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Returns the options. |
Route::setOptions |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Sets the options. |
Route::addOptions |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Adds options. |
Route::getDefault |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Gets a default value. |
Route::hasDefault |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Checks if a default value is set for the given variable. |
Route::setDefault |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Sets a default value. |
RouteMock::$locale |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/RouteMock.php |
|
MenuLink::getRoute |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
Returns the Route object associated with this link, if any. |
RouterListenerTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
RouteBuilderStatic |
class |
drupal/core/lib/Drupal/Core/Routing/RouteBuilderStatic.php |
This builds a static version of the router. |
RouterListener.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
|
ChainRouter::match |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Loops through all routes and tries to match the passed url. |
router_test.module |
file |
drupal/core/modules/system/tests/modules/router_test/router_test.module |
|
MenuRouterTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Definition of Drupal\system\Tests\Menu\MenuRouterTest. |
WarmableRouterMock |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
Router::$generator |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
|
RouteTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteTest.php |
|
Router::setOptions |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
Sets options. |
Router::setContext |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
Sets the request context. |
Router::getContext |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
Gets the request context. |
Router::getMatcher |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
Gets the UrlMatcher instance associated with this Router. |
Route::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
Constructor. |
_menu_router_cache |
function |
drupal/core/includes/menu.inc |
Stores the menu router if we have it in memory. |