EntityTypeWithoutLanguageFormTest::testEmptyLangcode |
function |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
Tests configuration options with an entity without language definition. |
EntityTypeWithoutViewsDataTest |
class |
core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php |
Tests datetime_range.module when an entity type provides no views data. |
EntityTypeWithoutViewsDataTest.php |
file |
core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php |
|
EntityTypeWithoutViewsDataTest::$modules |
property |
core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php |
Modules to install. |
EntityTypeWithoutViewsDataTest::testEntityTypeWithoutViewsData |
function |
core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php |
Tests the case when an entity type provides no views data. |
EntityUnitTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
The entity type used for testing. |
EntityUnitTest::$entityTypeId |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
The ID of the type of the entity under test. |
EntityUnitTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
The entity type manager used for testing. |
EntityUnitTest::testGetEntityType |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
@covers ::getEntityType |
EntityUnitTest::testGetEntityTypeId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
@covers ::getEntityTypeId |
EntityUntranslatableFieldsConstraintValidator::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
The entity type manager. |
EntityUrlTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
The entity type mock used in this test. |
EntityUrlTest::$entityTypeBundleInfo |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
The entity type bundle info service mock used in this test. |
EntityViewBuilder::$entityType |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
Information about the entity type. |
EntityViewBuilder::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
The type of entities for which this view builder is instantiated. |
EntityViewBuilderTest::testHookEntityTypeViewModeAlter |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php |
Tests a view mode alter on an entity. |
EntityViewController::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Controller/EntityViewController.php |
The entity type manager. |
EntityViewDisplayResourceTestBase::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php |
The tested entity type. |
EntityViewDisplayTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php |
The tested entity type. |
EntityViewModeResourceTestBase::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php |
The tested entity type. |
EntityViewModeTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php |
The tested entity type. |
EntityViewsData::$entityType |
property |
core/modules/views/src/EntityViewsData.php |
Entity type for this views data handler instance. |
EntityViewsData::$entityTypeManager |
property |
core/modules/views/src/EntityViewsData.php |
The entity type manager. |
EntityViewsData::getViewsTableForEntityType |
function |
core/modules/views/src/EntityViewsData.php |
Gets the table of an entity type to be used as base table in views. |
EntityViewsDataInterface::getViewsTableForEntityType |
function |
core/modules/views/src/EntityViewsDataInterface.php |
Gets the table of an entity type to be used as base table in views. |
EntityViewsDataTest::$baseEntityType |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
The base entity type definition, which some tests modify. |
EntityViewsDataTest::$entityTypeManager |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
The entity type manager. |
EntityViewsDataTest::setUpEntityType |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Mocks an entity type and its base fields. |
EntityWorkspaceConflictConstraintValidatorTest::$entityTypeManager |
property |
core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php |
The entity type manager. |
ExtraFieldBlock::$entityTypeManager |
property |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
The entity type manager. |
ExtraFieldBlockDeriver::$entityTypeBundleInfo |
property |
core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php |
The entity type bundle info. |
ExtraFieldBlockDeriver::$entityTypeManager |
property |
core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php |
The entity type manager. |
ExtraFieldBlockDeriver::$entityTypeRepository |
property |
core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php |
The entity type repository. |
FieldableEntityDefinitionUpdateTest::$entityTypeId |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
The ID of the entity type used in this test. |
FieldableEntityDefinitionUpdateTest::$entityTypeManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
The entity type manager. |
FieldableEntityDefinitionUpdateTest::assertEntityTypeSchema |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts revisionable and/or translatable characteristics of an entity type. |
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesErrorHandling |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Tests that a failed entity schema update preserves the existing data. |
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesRemoveBackupTables |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Tests the removal of the backup tables after a successful update. |
FieldableEntityNormalizerTrait::$entityTypeManager |
property |
core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php |
The entity type manager. |
FieldableEntityNormalizerTrait::$entityTypeRepository |
property |
core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php |
The entity type repository. |
FieldableEntityNormalizerTrait::determineEntityTypeId |
function |
core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php |
Determines the entity type ID to denormalize as. |
FieldableEntityNormalizerTrait::getEntityTypeDefinition |
function |
core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php |
Gets the entity type definition. |
FieldableEntityNormalizerTrait::getEntityTypeManager |
function |
core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php |
Returns the entity type manager. |
FieldableEntityNormalizerTrait::getEntityTypeRepository |
function |
core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php |
Returns the entity type repository. |
FieldBlock::$entityTypeId |
property |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
The entity type ID. |
FieldBlockDeriver::$entityTypeRepository |
property |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
The entity type repository. |
FieldConfigBase::getTargetEntityTypeId |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Returns the ID of the entity type the field is attached to. |
FieldConfigDeleteForm::$entityTypeBundleInfo |
property |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php |
The entity type bundle info service. |
FieldConfigEditForm::$entityTypeBundleInfo |
property |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
The entity type bundle info service. |
FieldConfigEditForm::$entityTypeId |
property |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
The name of the entity type. |