Search for entityType

  1. Search 7.x for entityType
  2. Search 9.5.x for entityType
  3. Search 10.3.x for entityType
  4. Search 11.x for entityType
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
EntityType class core/lib/Drupal/Core/Entity/EntityType.php Provides an implementation of an entity type and its metadata.
EntityType class core/lib/Drupal/Core/Entity/Annotation/EntityType.php Defines an Entity type annotation object.

All search results

Title Object type File name Summary
EntityTypeWithoutLanguageFormTest.php file core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php
EntityTypeWithoutLanguageFormTest::$defaultTheme property core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php The theme to install as the default for testing.
EntityTypeWithoutLanguageFormTest::$modules property core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php Modules to enable.
EntityTypeWithoutLanguageFormTest::setUp function core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php
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 enable.
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[[api-linebreak]]
EntityUnitTest::testGetEntityTypeId function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::getEntityTypeId[[api-linebreak]]
EntityUntranslatableFieldsConstraintValidator::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php The entity type manager.
EntityUpdateAddRevisionTranslationAffectedTest::testDeletedEntityType function core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php Tests the 'revision_translation_affected' field on a deleted entity type.
EntityUpdateToPublishableTest::$entityTypeManager property core/modules/system/tests/src/Functional/Update/EntityUpdateToPublishableTest.php The entity type manager service.
EntityUpdateToPublishableTest::updateEntityTypeDefinition function core/modules/system/tests/src/Functional/Update/EntityUpdateToPublishableTest.php Updates the 'entity_test_update' entity type to translatable and
publishable.
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.
EntityUrlTest::$entityTypeId property core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php The ID of the entity type 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.
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/Unit/EntityViewsDataTest.php Entity info to use in this test.
EntityViewsDataTest::$entityTypeManager property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The mocked entity type manager.
EntityWorkspaceConflictConstraintValidator::$entityTypeManager property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.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.
FeedResourceTestBase::$entityTypeId property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php The tested entity type.
FeedTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FeedTest.php The tested entity type.
FeedViewBuilder::$entityTypeManager property core/modules/aggregator/src/FeedViewBuilder.php The entity type manager.
Fid::$entityTypeManager property core/modules/aggregator/src/Plugin/views/argument/Fid.php The entity type manager.
Fid::$entityTypeManager property core/modules/file/src/Plugin/views/argument/Fid.php The entity type manager.
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::providerTestFieldableEntityTypeUpdates function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Data provider for testFieldableEntityTypeUpdates().
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdates function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php @covers ::updateFieldableEntityType[[api-linebreak]]
@dataProvider providerTestFieldableEntityTypeUpdates
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesErrorHandling function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Tests that a failed entity schema update preserves the existing data.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.