| EntityRouteProviderSubscriber::$entityTypeManager |
property |
core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php |
The entity type manager service. |
| EntityRow::$entityType |
property |
core/modules/views/src/Plugin/views/row/EntityRow.php |
Contains the entity type of this row plugin instance. |
| EntityRow::$entityTypeId |
property |
core/modules/views/src/Plugin/views/row/EntityRow.php |
Stores the entity type ID of the result entities. |
| EntityRow::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/row/EntityRow.php |
The entity type manager. |
| EntityRow::getEntityTypeId |
function |
core/modules/views/src/Plugin/views/row/EntityRow.php |
Returns the entity type identifier. |
| EntityRow::getEntityTypeManager |
function |
core/modules/views/src/Plugin/views/row/EntityRow.php |
|
| EntitySchemaSubscriber::onEntityTypeCreate |
function |
core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php |
Reacts to the creation of the entity type. |
| EntitySchemaSubscriber::onEntityTypeCreate |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
Reacts to the creation of the entity type. |
| EntitySchemaSubscriber::onEntityTypeDelete |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
Reacts to the deletion of the entity type. |
| EntitySchemaSubscriber::onEntityTypeUpdate |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
Reacts to the update of the entity type. |
| EntitySchemaSubscriber::onEntityTypeUpdate |
function |
core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php |
Reacts to the update of the entity type. |
| EntitySchemaSubscriber::onFieldableEntityTypeCreate |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
Reacts to the creation of the fieldable entity type. |
| EntitySchemaSubscriber::onFieldableEntityTypeUpdate |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
Reacts to the update of a fieldable entity type. |
| EntitySchemaTest::updateEntityType |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Updates the entity type definition. |
| EntitySchemaTestHooks::entityTypeAlter |
function |
core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php |
Implements hook_entity_type_alter(). |
| EntityStorageBase::$entityType |
property |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Information about the entity type. |
| EntityStorageBase::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Entity type ID for this storage. |
| EntityStorageBase::getEntityType |
function |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Gets the entity type definition. |
| EntityStorageBase::getEntityTypeId |
function |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Gets the entity type ID. |
| EntityStorageInterface::getEntityType |
function |
core/lib/Drupal/Core/Entity/EntityStorageInterface.php |
Gets the entity type definition. |
| EntityStorageInterface::getEntityTypeId |
function |
core/lib/Drupal/Core/Entity/EntityStorageInterface.php |
Gets the entity type ID. |
| EntityTest::$entityTypeBundleInfo |
property |
core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php |
The mocked entity type bundle info used in this test. |
| EntityTest::$entityTypeManager |
property |
core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php |
The entity type manager. |
| EntityTest::$entityTypeManager |
property |
core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php |
The mocked entity type manager. |
| EntityTest::setupEntityTypeManager |
function |
core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php |
Ensures that the entity type manager returns an entity storage. |
| EntityTestBase::$entityType |
property |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php |
The entity type manager. |
| EntityTestBundleClassHooks::entityTypeAlter |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php |
Implements hook_entity_type_alter(). |
| EntityTestBundleClassHooks::entityTypeBuild |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php |
Implements hook_entity_type_build(). |
| EntityTestBundleResourceTestBase::$entityTypeId |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleResourceTestBase.php |
The tested entity type. |
| EntityTestComputedFieldNormalizerTest::$entityTypeId |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestComputedFieldNormalizerTest.php |
The tested entity type. |
| EntityTestComputedFieldTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestComputedFieldTest.php |
The tested entity type. |
| EntityTestConstraintsHooks::entityTypeAlter |
function |
core/modules/system/tests/modules/entity_test_constraints/src/Hook/EntityTestConstraintsHooks.php |
Implements hook_entity_type_alter(). |
| EntityTestConstraintsHooks::entityTypeBuild |
function |
core/modules/system/tests/modules/entity_test_constraints/src/Hook/EntityTestConstraintsHooks.php |
Implements hook_entity_type_build(). |
| EntityTestDefinitionSubscriber::$entityTypeManager |
property |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
The entity type manager. |
| EntityTestDefinitionSubscriber::onEntityTypeCreate |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the creation of the entity type. |
| EntityTestDefinitionSubscriber::onEntityTypeDelete |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the deletion of the entity type. |
| EntityTestDefinitionSubscriber::onEntityTypeUpdate |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the update of the entity type. |
| EntityTestDefinitionSubscriber::onFieldableEntityTypeCreate |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the creation of the fieldable entity type. |
| EntityTestDefinitionSubscriber::onFieldableEntityTypeUpdate |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the update of a fieldable entity type. |
| EntityTestDestination::getEntityTypeId |
function |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php |
Gets the test entity ID. |
| EntityTestHelper::getEntityTypes |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php |
Returns a list of test entity types. |
| EntityTestHooks::entityTypeAlter |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_type_alter(). |
| EntityTestLabelResourceTestBase::$entityTypeId |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php |
The tested entity type. |
| EntityTestMapFieldResourceTestBase::$entityTypeId |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php |
The tested entity type. |
| EntityTestMapFieldTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php |
The tested entity type. |
| EntityTestResourceTestBase::$entityTypeId |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php |
The tested entity type. |
| EntityTestTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
The tested entity type. |
| EntityTestUpdateHooks::entityTypeAlter |
function |
core/modules/system/tests/modules/entity_test_update/src/Hook/EntityTestUpdateHooks.php |
Implements hook_entity_type_alter(). |
| EntityTranslationRenderTrait::getEntityTypeId |
function |
core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php |
Returns the entity type identifier. |
| EntityType |
class |
core/lib/Drupal/Core/Entity/EntityType.php |
Provides an implementation of an entity type and its metadata. |