| UrlTest::testAccessRouted |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the access() method for routed URLs. |
| UrlTest::testAccessUnrouted |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the access() method for unrouted URLs (they always have access). |
| UrlTest::testFromRoutedPathWithInvalidRoute |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests fromUri() method with a user-entered path not matching any route. |
| UrlTest::testFromRoutedPathWithValidRoute |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests fromUri() method with user-entered path matching a valid route. |
| UrlTest::testFromRouteFront |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the fromRoute() method with the special <front> path. |
| UrlTest::testFromRouteMatch |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the fromRouteMatch() method. |
| UrlTest::testFromRouteUriWithMissingRouteName |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
@covers ::fromUri[[api-linebreak]] |
| UrlTest::testGetRouteName |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the getRouteName() method. |
| UrlTest::testGetRouteNameWithExternalUrl |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the getRouteName() with an external URL. |
| UrlTest::testGetRouteParameters |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the getRouteParameters() method. |
| UrlTest::testGetRouteParametersWithExternalUrl |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the getRouteParameters() with an external URL. |
| UrlTest::testToUriStringForRoute |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Tests the toUriString() method with route: URIs. |
| User::$routeMatch |
property |
core/modules/user/src/Plugin/views/argument_default/User.php |
The route match. |
| UserAuthenticationController::$routeProvider |
property |
core/modules/user/src/Controller/UserAuthenticationController.php |
The route provider. |
| UserLocalTasksTest::getUserAdminRoutes |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Provides a list of routes to test. |
| UserLocalTasksTest::getUserLoginRoutes |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Provides a list of routes to test. |
| UserLocalTasksTest::getUserPageRoutes |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Provides a list of routes to test. |
| UserLoginBlock::$routeMatch |
property |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
The route match. |
| UserRouteAlterSubscriber |
class |
core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php |
Alters user authentication routes to support additional serialization formats. |
| UserRouteAlterSubscriber.php |
file |
core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php |
|
| UserRouteAlterSubscriber::$serializerFormats |
property |
core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php |
The available serialization formats. |
| UserRouteAlterSubscriber::getSubscribedEvents |
function |
core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php |
|
| UserRouteAlterSubscriber::onRoutingAlterAddFormats |
function |
core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php |
Adds supported formats to the user authentication HTTP routes. |
| UserRouteAlterSubscriber::__construct |
function |
core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php |
UserRouteAlterSubscriber constructor. |
| UserRouteAlterTest |
class |
core/modules/serialization/tests/src/Kernel/UserRouteAlterTest.php |
Tests that the user routes can be altered. |
| UserRouteAlterTest.php |
file |
core/modules/serialization/tests/src/Kernel/UserRouteAlterTest.php |
|
| UserRouteAlterTest::$modules |
property |
core/modules/serialization/tests/src/Kernel/UserRouteAlterTest.php |
|
| UserRouteAlterTest::testUserAlteredRoute |
function |
core/modules/serialization/tests/src/Kernel/UserRouteAlterTest.php |
Tests the altered 'user.login.http' route. |
| UserRouteProvider |
class |
core/modules/user/src/Entity/UserRouteProvider.php |
Provides routes for the user entity. |
| UserRouteProvider.php |
file |
core/modules/user/src/Entity/UserRouteProvider.php |
|
| UserRouteProvider::getRoutes |
function |
core/modules/user/src/Entity/UserRouteProvider.php |
|
| UserTrackerTab::getRouteParameters |
function |
core/modules/tracker/src/Plugin/Menu/UserTrackerTab.php |
|
| user_route_alter_test.info.yml |
file |
core/modules/serialization/tests/modules/user_route_alter_test/user_route_alter_test.info.yml |
core/modules/serialization/tests/modules/user_route_alter_test/user_route_alter_test.info.yml |
| user_route_alter_test.services.yml |
file |
core/modules/serialization/tests/modules/user_route_alter_test/user_route_alter_test.services.yml |
core/modules/serialization/tests/modules/user_route_alter_test/user_route_alter_test.services.yml |
| ViewExecutable::$routeProvider |
property |
core/modules/views/src/ViewExecutable.php |
The route provider. |
| ViewExecutableFactory::$routeProvider |
property |
core/modules/views/src/ViewExecutableFactory.php |
The route provider. |
| ViewExecutableFactoryTest::$routeProvider |
property |
core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php |
The mocked route provider. |
| ViewExecutableTest::$routeProvider |
property |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
The mocked route provider. |
| ViewExecutableTest::testGetUrlWithoutRouterDisplay |
function |
core/modules/views/tests/src/Unit/ViewExecutableTest.php |
@covers ::getUrl[[api-linebreak]] |
| ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRoute |
function |
core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php |
Tests the page controller with arguments of an overridden page view. |
| ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRouteWithUpcasting |
function |
core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php |
Tests the page controller with arguments of an overridden page view. |
| views.route_subscriber |
service |
core/modules/views/views.services.yml |
Drupal\views\EventSubscriber\RouteSubscriber |
| views.view.test_page_display_route.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_route.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_route.yml |
| ViewsDisplay::$uses_route |
property |
core/modules/views/src/Annotation/ViewsDisplay.php |
Does the display plugin registers routes to the route. |
| ViewsLocalTask::$routeProvider |
property |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php |
The route provider. |
| ViewsLocalTaskTest::$routeProvider |
property |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
The mocked route provider. |
| ViewsLocalTaskTest::testGetDerivativeDefinitionsWithOverrideRoute |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Tests fetching the derivatives on a view which overrides an existing route. |
| VocabularyRouteProvider |
class |
core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php |
|
| VocabularyRouteProvider.php |
file |
core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php |
|
| VocabularyRouteProvider::getOverviewPageRoute |
function |
core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php |
Gets the overview page route. |