| EntityRouteHelper::doGetContentEntityPaths |
function |
core/modules/navigation/src/EntityRouteHelper.php |
|
| EntityRouteHelper::ENTITY_ROUTE_CID |
constant |
core/modules/navigation/src/EntityRouteHelper.php |
|
| EntityRouteHelper::getContentEntityFromRoute |
function |
core/modules/navigation/src/EntityRouteHelper.php |
|
| EntityRouteHelper::getContentEntityPaths |
function |
core/modules/navigation/src/EntityRouteHelper.php |
Returns the paths for the link templates of all content entities. |
| EntityRouteHelper::getContentEntityTypePaths |
function |
core/modules/navigation/src/EntityRouteHelper.php |
Returns the path for the link template for a given content entity type. |
| EntityRouteHelper::isContentEntityRoute |
function |
core/modules/navigation/src/EntityRouteHelper.php |
Determines if content entity route condition is met. |
| EntityRouteHelper::isLayoutBuilderEntityType |
function |
core/modules/navigation/src/EntityRouteHelper.php |
Determines if a given entity type is layout builder relevant or not. |
| EntityRouteHelper::__construct |
function |
core/modules/navigation/src/EntityRouteHelper.php |
EntityRouteHelper constructor. |
| EntityRouteProviderInterface |
interface |
core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php |
Allows entity types to provide routes. |
| EntityRouteProviderInterface.php |
file |
core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php |
|
| EntityRouteProviderInterface::getRoutes |
function |
core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php |
Provides routes for entities. |
| EntityRouteProviderSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php |
Ensures that routes can be provided by entity types. |
| EntityRouteProviderSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php |
|
| EntityRouteProviderSubscriber::$entityTypeManager |
property |
core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php |
The entity type manager service. |
| EntityRouteProviderSubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php |
|
| EntityRouteProviderSubscriber::onDynamicRouteEvent |
function |
core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php |
Provides routes on route rebuild time. |
| EntityRouteProviderSubscriber::__construct |
function |
core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php |
Constructs a new EntityRouteProviderSubscriber instance. |
| EntityTestAdminRoutes |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php |
Defines a test entity type with administrative routes. |
| EntityTestAdminRoutes.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php |
|
| EntityTestRoutes |
class |
core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php |
Subscriber for Entity Test routes. |
| EntityTestRoutes.php |
file |
core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php |
|
| EntityTestRoutes::routes |
function |
core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php |
Returns an array of route objects. |
| EntityType::$field_ui_base_route |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The route name used by field UI to attach its management pages. |
| EntityType::getRouteProviderClasses |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets all the route provide handlers. |
| EntityType::hasRouteProviders |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates if this entity type has any route provider. |
| EntityTypeInterface::getRouteProviderClasses |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets all the route provide handlers. |
| EntityTypeInterface::hasRouteProviders |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Indicates if this entity type has any route provider. |
| 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 |
Tests get route providers. |
| 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. |
| 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. |
| 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::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 |
Tests get next destination route name. |