| 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::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. |
| EntityNodeType |
class |
core/modules/node/src/Plugin/migrate/destination/EntityNodeType.php |
Migration destination for node type entity. |
| EntityNodeType.php |
file |
core/modules/node/src/Plugin/migrate/destination/EntityNodeType.php |
|
| EntityNodeType::getEntity |
function |
core/modules/node/src/Plugin/migrate/destination/EntityNodeType.php |
Creates or loads an entity. |
| EntityNodeType::import |
function |
core/modules/node/src/Plugin/migrate/destination/EntityNodeType.php |
|
| EntityNonRevisionableTranslatableFieldTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php |
Tests translating a non-revisionable field. |
| EntityNonRevisionableTranslatableFieldTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php |
|
| EntityNonRevisionableTranslatableFieldTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php |
Modules to install. |
| EntityNonRevisionableTranslatableFieldTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php |
|
| EntityNonRevisionableTranslatableFieldTest::testTranslatingNonRevisionableField |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php |
Tests translating a non-revisionable field. |
| EntityNormalizer |
class |
core/modules/serialization/src/Normalizer/EntityNormalizer.php |
Normalizes/denormalizes Drupal entity objects into an array structure. |
| EntityNormalizer.php |
file |
core/modules/serialization/src/Normalizer/EntityNormalizer.php |
|
| EntityNormalizer::denormalize |
function |
core/modules/serialization/src/Normalizer/EntityNormalizer.php |
|
| EntityNormalizer::getSupportedTypes |
function |
core/modules/serialization/src/Normalizer/EntityNormalizer.php |
|
| EntityNormalizer::__construct |
function |
core/modules/serialization/src/Normalizer/EntityNormalizer.php |
Constructs an EntityNormalizer object. |
| EntityNormalizerTest |
class |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests Drupal\serialization\Normalizer\EntityNormalizer. |
| EntityNormalizerTest.php |
file |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
|
| EntityNormalizerTest::$entityFieldManager |
property |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
The mock entity field manager. |
| EntityNormalizerTest::$entityNormalizer |
property |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
The entity normalizer. |
| EntityNormalizerTest::$entityTypeManager |
property |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
The mock entity type manager. |
| EntityNormalizerTest::$entityTypeRepository |
property |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
The mock entity type repository. |
| EntityNormalizerTest::$serializer |
property |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
The mock serializer. |
| EntityNormalizerTest::setUp |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
|
| EntityNormalizerTest::testDenormalizeWithInvalidBundle |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize method with a bundle property. |
| EntityNormalizerTest::testDenormalizeWithNoBundle |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize method with no bundle defined. |
| EntityNormalizerTest::testDenormalizeWithNoEntityType |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize() method with no entity type provided in context. |
| EntityNormalizerTest::testDenormalizeWithNoFieldableEntityType |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize method with no bundle defined. |
| EntityNormalizerTest::testDenormalizeWithValidBundle |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize method with a bundle property. |
| EntityNormalizerTest::testNormalize |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the normalize() method. |
| EntityOperations |
class |
core/modules/workspaces/src/Hook/EntityOperations.php |
Defines a class for reacting to entity runtime hooks. |
| EntityOperations |
class |
core/modules/content_moderation/src/EntityOperations.php |
Defines a class for reacting to entity events. |
| EntityOperations |
class |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Renders all operations links for an entity. |
| EntityOperations.php |
file |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
|
| EntityOperations.php |
file |
core/modules/content_moderation/src/EntityOperations.php |
|
| EntityOperations.php |
file |
core/modules/workspaces/src/Hook/EntityOperations.php |
|
| EntityOperations::$bundleInfo |
property |
core/modules/content_moderation/src/EntityOperations.php |
The entity bundle information service. |
| EntityOperations::$entityDisplayRepository |
property |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
The entity display repository. |
| EntityOperations::$entityRepository |
property |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
The entity repository service. |
| EntityOperations::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
The entity type manager. |
| EntityOperations::$entityTypeManager |
property |
core/modules/content_moderation/src/EntityOperations.php |
The Entity Type Manager service. |
| EntityOperations::$formBuilder |
property |
core/modules/content_moderation/src/EntityOperations.php |
The Form Builder service. |
| EntityOperations::$languageManager |
property |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
The language manager. |
| EntityOperations::$moderationInfo |
property |
core/modules/content_moderation/src/EntityOperations.php |
The Moderation Information service. |
| EntityOperations::$routerBuilder |
property |
core/modules/content_moderation/src/EntityOperations.php |
The router builder service. |
| EntityOperations::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Default option form that provides label widget that all fields should have. |