Route::getHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::setName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::getName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::getPath |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Returns the pattern for the path. |
Route::setPath |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Sets the pattern for the path. |
Route::getHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Returns the pattern for the host. |
Route::setHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Sets the pattern for the host. |
Route::compile |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Compiles the route. |
RouteCollection |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
A RouteCollection represents a set of Route instances. |
ChainRouter.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
|
RouteObject.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteObject.php |
|
RouteSubscriber |
class |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
Subscriber for REST-style routes. |
RouteBuildEvent |
class |
drupal/core/lib/Drupal/Core/Routing/RouteBuildEvent.php |
Represents route building information as event. |
router_listener |
service |
drupal/core/core.services.yml |
Symfony\Component\HttpKernel\EventListener\RouterListener |
ChainRouterTest |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
Route::$pattern |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/Route.php |
@var string @Required |
Router::$loader |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
|
RouteSubscriber |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
Subscriber for Field UI routes. |
Router::$logger |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
|
Route::$options |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::$methods |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::$schemes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
menu_get_router |
function |
drupal/core/includes/menu.inc |
Gets the menu router. |
Route::$schemes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
|
Route::$methods |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
|
Route::$options |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
|
RouteSubscriber |
class |
drupal/core/modules/views/lib/Drupal/views/EventSubscriber/RouteSubscriber.php |
Builds up the routes of all views. |
DumperRoute.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php |
|
RouterInterface |
interface |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouterInterface.php |
RouterInterface is the interface that all Router classes must implement. |
RouterTestBundle |
class |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouterTestBundle.php |
Registers a dynamic route provider. |
ChainRouter::add |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Add a Router to the index |
ChainRouter::all |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Sorts the routers and flattens them. |
RouteBuilder.php |
file |
drupal/core/lib/Drupal/Core/Routing/RouteBuilder.php |
Definition of Drupal\Core\Routing\RouteBuilder. |
Router::$matcher |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
|
Router::$context |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
|
Router::$options |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
|
RouteTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteTest.php |
Sets up unit test environment. |
FieldUIRouteTest |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUIRouteTest.php |
Tests the functionality of the Field UI route subscriber. |
Route::$defaults |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Router::generate |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
Generates a URL or path for a specific route based on the given parameters. |
Route::$defaults |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
|
Route::$compiled |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
|
Route::serialize |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
|
Route::setOption |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Sets an option value. |
Route::getOption |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Get an option value. |
Route::hasOption |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Checks if an option has been set |
DynamicRouter.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
|
CompiledRoute.php |
file |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Definition of Drupal\Core\Routing\CompiledRoute. |
RouteCompiler.php |
file |
drupal/core/lib/Drupal/Core/Routing/RouteCompiler.php |
Definition of Drupal\Core\Routing\RouteCompiler. |
RouteCompiler.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompiler.php |
|