| EntityBundleRouteEnhancer |
class |
core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php |
Sets the bundle parameter for routes with the _field_ui option. |
| EntityBundleRouteEnhancer.php |
file |
core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php |
|
| EntityBundleRouteEnhancer::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php |
The entity type manager service. |
| EntityBundleRouteEnhancer::applies |
function |
core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php |
|
| EntityBundleRouteEnhancer::enhance |
function |
core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php |
Updates the defaults for a route definition based on the request. |
| EntityBundleRouteEnhancer::__construct |
function |
core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php |
Constructs a EntityBundleRouteEnhancer object. |
| EntityConverterLatestRevisionTest::testRouteParamWithBundleDefinition |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Tests an entity route parameter having 'bundle' definition property. |
| EntityConverterTest::testRouteParamWithBundleDefinition |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php |
Tests an entity route parameter having 'bundle' definition property. |
| EntityDisplayFormBase::getEntityFromRouteMatch |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Determines which entity will be used by this form from a RouteMatch object. |
| EntityDisplayModeBase::urlRouteParameters |
function |
core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php |
Gets an array of placeholders for this entity. |
| EntityForm::getEntityFromRouteMatch |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Determines which entity will be used by this form from a RouteMatch object. |
| EntityFormInterface::getEntityFromRouteMatch |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Determines which entity will be used by this form from a RouteMatch object. |
| EntityFormTest::testGetEntityFromRouteMatchAdd |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
Tests EntityForm::getEntityFromRouteMatch() for add forms without a bundle. |
| EntityFormTest::testGetEntityFromRouteMatchAddEntity |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
Tests EntityForm::getEntityFromRouteMatch() with a config entity bundle. |
| EntityFormTest::testGetEntityFromRouteMatchAddStatic |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
Tests EntityForm::getEntityFromRouteMatch() with a static bundle. |
| EntityFormTest::testGetEntityFromRouteMatchEditDelete |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
Tests EntityForm::getEntityFromRouteMatch() for edit and delete forms. |
| EntityModerationRouteProvider |
class |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
Dynamic route provider for the Content moderation module. |
| EntityModerationRouteProvider.php |
file |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
|
| EntityModerationRouteProvider::$entityFieldManager |
property |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
The entity type manager. |
| EntityModerationRouteProvider::createInstance |
function |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
Instantiates a new instance of this entity handler. |
| EntityModerationRouteProvider::getEntityTypeIdKeyType |
function |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
Gets the type of the ID key for a given entity type. |
| EntityModerationRouteProvider::getLatestVersionRoute |
function |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
Gets the moderation-form route. |
| EntityModerationRouteProvider::getRoutes |
function |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
Provides routes for entities. |
| EntityModerationRouteProvider::__construct |
function |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
Constructs a new DefaultHtmlRouteProvider. |
| EntityOperations::$routerBuilder |
property |
core/modules/content_moderation/src/EntityOperations.php |
The router builder service. |
| EntityPermissionsRouteProvider |
class |
core/modules/user/src/Entity/EntityPermissionsRouteProvider.php |
Provides routes for the entity permissions form. |
| EntityPermissionsRouteProvider.php |
file |
core/modules/user/src/Entity/EntityPermissionsRouteProvider.php |
|
| EntityPermissionsRouteProvider::$entityTypeManager |
property |
core/modules/user/src/Entity/EntityPermissionsRouteProvider.php |
The entity type manager. |
| EntityPermissionsRouteProvider::createInstance |
function |
core/modules/user/src/Entity/EntityPermissionsRouteProvider.php |
Instantiates a new instance of this entity handler. |
| EntityPermissionsRouteProvider::getEntityPermissionsRoute |
function |
core/modules/user/src/Entity/EntityPermissionsRouteProvider.php |
Gets the entity permissions route. |
| EntityPermissionsRouteProvider::getRoutes |
function |
core/modules/user/src/Entity/EntityPermissionsRouteProvider.php |
Provides routes for entities. |
| EntityPermissionsRouteProvider::__construct |
function |
core/modules/user/src/Entity/EntityPermissionsRouteProvider.php |
Constructs a new EntityPermissionsRouteProvider. |
| EntityPermissionsRouteProviderWithCheck |
class |
core/modules/user/src/Entity/EntityPermissionsRouteProviderWithCheck.php |
Provides routes for the entity permissions form with a custom access check. |
| EntityPermissionsRouteProviderWithCheck.php |
file |
core/modules/user/src/Entity/EntityPermissionsRouteProviderWithCheck.php |
|
| EntityPermissionsRouteProviderWithCheck::getEntityPermissionsRoute |
function |
core/modules/user/src/Entity/EntityPermissionsRouteProviderWithCheck.php |
Gets the entity permissions route. |
| EntityPermissionsRouteProviderWithCheckTest |
class |
core/modules/user/tests/src/Unit/Entity/EntityPermissionsRouteProviderWithCheckTest.php |
Tests the route provider deprecation. |
| EntityPermissionsRouteProviderWithCheckTest.php |
file |
core/modules/user/tests/src/Unit/Entity/EntityPermissionsRouteProviderWithCheckTest.php |
|
| EntityPermissionsRouteProviderWithCheckTest::testEntityPermissionsRouteProviderWithCheck |
function |
core/modules/user/tests/src/Unit/Entity/EntityPermissionsRouteProviderWithCheckTest.php |
Tests the route provider deprecation. |
| EntityResolverManager::setRouteOptions |
function |
core/lib/Drupal/Core/Entity/EntityResolverManager.php |
Set the upcasting route objects. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithContentController |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Data provider for testSetRouteOptionsWithContentController. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithEntityTypeNoUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Data provider for testSetRouteOptionsWithEntityTypeNoUpcasting. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithEntityTypeUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Data provider for testSetRouteOptionsWithEntityTypeUpcasting. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithStandardRoute |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Data provider for testSetRouteOptionsWithStandardRoute. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithStandardRouteWithArgument |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Data provider for testSetRouteOptionsWithStandardRouteWithArgument. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithUnionEntityType |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Data provider for testSetRouteOptionsWithUnionEntityType. |
| EntityResolverManagerTest::testSetRouteOptionsWithContentController |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with a _content default. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityAddFormRoute |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with an _entity_form route for an add form. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormNoUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with a form parameter without interface. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormRoute |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with an _entity_form route. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormRouteAndArgument |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests an _entity_form route where a non-entity parameter is first. |