EntityTypeManager::getRouteProviders |
function |
core/lib/Drupal/Core/Entity/EntityTypeManager.php |
Gets all route provider instances. |
EntityTypeManagerInterface::getRouteProviders |
function |
core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php |
Gets all route provider instances. |
EntityTypeManagerTest::testGetRouteProviders |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
@covers ::getRouteProviders |
EntityUnitTest::$routeProvider |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
The route provider used for testing. |
EntityUrlLanguageTest::setCurrentRequestForRoute |
function |
core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php |
Sets the current request to a specific path with the corresponding route. |
entity_route_subscriber |
service |
core/core.services.yml |
Drupal\Core\EventSubscriber\EntityRouteProviderSubscriber |
ExceptionHandlingTest::doTest404Route |
function |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
Sets the given path to use as the 404 page and triggers a 404. |
ExtensionSerializationTest::testServiceAppRouteUsage |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionSerializationTest.php |
Tests that the Extension class unserialize method uses the preferred root. |
FeedHtmlRouteProvider |
class |
core/modules/aggregator/src/FeedHtmlRouteProvider.php |
Provides HTML routes for the feed entity type. |
FeedHtmlRouteProvider.php |
file |
core/modules/aggregator/src/FeedHtmlRouteProvider.php |
|
FeedHtmlRouteProvider::getCanonicalRoute |
function |
core/modules/aggregator/src/FeedHtmlRouteProvider.php |
Gets the canonical route. |
FeedHtmlRouteProvider::getEditFormRoute |
function |
core/modules/aggregator/src/FeedHtmlRouteProvider.php |
Gets the edit-form route. |
FieldConfig::urlRouteParameters |
function |
core/modules/field/src/Entity/FieldConfig.php |
Gets an array of placeholders for this entity. |
FieldPluginBaseTest::$unroutedUrlAssembler |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The unrouted URL assembler service. |
FieldStorageConfigEditForm::getEntityFromRouteMatch |
function |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php |
Determines which entity will be used by this form from a RouteMatch object. |
FieldUI::getOverviewRouteInfo |
function |
core/modules/field_ui/src/FieldUI.php |
Returns the route info for the field overview of a given entity bundle. |
FieldUI::getRouteBundleParameter |
function |
core/modules/field_ui/src/FieldUI.php |
Gets the route parameter that should be used for Field UI routes. |
FieldUiLocalAction::$routeProvider |
property |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php |
The route provider to load routes by name. |
FieldUiLocalTask::$routeProvider |
property |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php |
The route provider. |
FieldUiRouteEnhancer |
class |
core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php |
Enhances Field UI routes by adding proper information about the bundle name. |
FieldUiRouteEnhancer.php |
file |
core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php |
|
FieldUiRouteEnhancerTest |
class |
core/modules/field_ui/tests/src/Unit/FieldUiRouteEnhancerTest.php |
@coversDefaultClass \Drupal\field_ui\Routing\FieldUiRouteEnhancer |
FieldUiRouteEnhancerTest |
class |
core/modules/field_ui/tests/src/Kernel/FieldUiRouteEnhancerTest.php |
Tests that the service "field_ui.route_enhancer" has been deprecated. |
FieldUiRouteEnhancerTest.php |
file |
core/modules/field_ui/tests/src/Unit/FieldUiRouteEnhancerTest.php |
|
FieldUiRouteEnhancerTest.php |
file |
core/modules/field_ui/tests/src/Kernel/FieldUiRouteEnhancerTest.php |
|
FieldUiRouteEnhancerTest::$modules |
property |
core/modules/field_ui/tests/src/Kernel/FieldUiRouteEnhancerTest.php |
Modules to install. |
FieldUiRouteEnhancerTest::testDeprecation |
function |
core/modules/field_ui/tests/src/Unit/FieldUiRouteEnhancerTest.php |
Tests deprecation of the Drupal\field_ui\Routing\FieldUiRouteEnhancer. |
FieldUiRouteEnhancerTest::testFieldUiRouteEnhancerDeprecation |
function |
core/modules/field_ui/tests/src/Kernel/FieldUiRouteEnhancerTest.php |
Tests deprecation of the "field_ui.route_enhancer" service. |
FieldUIRouteTest |
class |
core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php |
Tests the functionality of the Field UI route subscriber. |
FieldUIRouteTest.php |
file |
core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php |
|
FieldUIRouteTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php |
The theme to install as the default for testing. |
FieldUIRouteTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php |
Modules to install. |
FieldUIRouteTest::assertLocalTasks |
function |
core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php |
Asserts that local tasks exists. |
FieldUIRouteTest::setUp |
function |
core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php |
|
FieldUIRouteTest::testAdminRoute |
function |
core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php |
Asserts that admin routes are correctly marked as such. |
FieldUIRouteTest::testFieldUIRoutes |
function |
core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php |
Ensures that entity types with bundles do not break following entity types. |
FieldUiTest::testGetNextDestinationRouteName |
function |
core/modules/field_ui/tests/src/Unit/FieldUiTest.php |
@covers ::getNextDestination |
field_ui.route_enhancer |
service |
core/modules/field_ui/field_ui.services.yml |
Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer |
FileUploadResource::getBaseRoute |
function |
core/modules/file/src/Plugin/rest/resource/FileUploadResource.php |
Gets the base route for a particular method. |
FileUploadResource::getBaseRouteRequirements |
function |
core/modules/file/src/Plugin/rest/resource/FileUploadResource.php |
Gets the base route requirements for a particular method. |
FormAjaxResponseBuilder::$routeMatch |
property |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
The current route match. |
FormAjaxResponseBuilderTest::$routeMatch |
property |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
|
FormBase::$routeMatch |
property |
core/lib/Drupal/Core/Form/FormBase.php |
The route match. |
FormBase::getRouteMatch |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Gets the route match. |
FormRouteEnhancer |
class |
core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php |
Enhancer to add a wrapping controller for _form routes. |
FormRouteEnhancer.php |
file |
core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php |
|
FormRouteEnhancer::applies |
function |
core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php |
Returns whether the enhancer runs on the current route. |
FormRouteEnhancer::enhance |
function |
core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php |
Updates the defaults for a route definition based on the request. |
FormSubmitterTest::$unroutedUrlAssembler |
property |
core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php |
The mocked unrouted URL assembler. |
GotoAction::$unroutedUrlAssembler |
property |
core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php |
The unrouted URL assembler service. |