Search for entityType

  1. Search 7.x for entityType
  2. Search 9.5.x for entityType
  3. Search 8.9.x for entityType
  4. Search 10.3.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.
EntityType class core/lib/Drupal/Core/Entity/Attribute/EntityType.php Defines an entity type for plugin discovery.

All search results

Title Object type File name Summary
EntityDeleteMultipleAccessCheck::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php The entity type manager.
EntityDenormalizerBase::$entityTypeManager property core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php The entity type manager.
EntityDeriver::$entityTypeManager property core/modules/rest/src/Plugin/Deriver/EntityDeriver.php The entity type manager.
EntityDeriver::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php The entity type manager.
EntityDisplayBase::$targetEntityType property core/lib/Drupal/Core/Entity/EntityDisplayBase.php Entity type to be displayed.
EntityDisplayBase::getTargetEntityTypeId function core/lib/Drupal/Core/Entity/EntityDisplayBase.php
EntityDisplayBaseMockableClass::getEntityType function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php
EntityDisplayBaseTest::testGetTargetEntityTypeId function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php @covers ::getTargetEntityTypeId
EntityDisplayInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Gets the entity type for which this display is used.
EntityDisplayModeBase::$targetEntityType property core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php The entity type this form or view mode is used for.
EntityDisplayModeBaseUnitTest::$entityType property core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php The ID of the type of the entity under test.
EntityDisplayModeBaseUnitTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php The entity type manager used for testing.
EntityDisplayModeFormBase::$entityType property core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php The entity type definition.
EntityDisplayModeFormBase::$targetEntityTypeId property core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php The entity type for which the display mode is being created or edited.
EntityDisplayModeListBuilder::$entityTypes property core/modules/field_ui/src/EntityDisplayModeListBuilder.php All entity types.
EntityDisplayRebuilder::$entityTypeBundleInfo property core/modules/field/src/EntityDisplayRebuilder.php The entity type bundle info.
EntityDisplayRebuilder::$entityTypeManager property core/modules/field/src/EntityDisplayRebuilder.php The field storage config storage.
EntityDisplayRebuilder::rebuildEntityTypeDisplays function core/modules/field/src/EntityDisplayRebuilder.php Rebuild displays for single Entity Type.
EntityDisplayRepository::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityDisplayRepository.php The entity type manager.
EntityDisplayRepository::getAllDisplayModesByEntityType function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets the entity display mode info for all entity types.
EntityDisplayRepository::getDisplayModesByEntityType function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets the entity display mode info for a specific entity type.
EntityField::$entityTypeBundleInfo property core/modules/views/src/Plugin/views/field/EntityField.php The entity type bundle info service.
EntityField::$entityTypeManager property core/modules/views/src/Plugin/views/field/EntityField.php The entity type manager.
EntityFieldDefinitionTrait::getEntityTypeId function core/modules/migrate/src/EntityFieldDefinitionTrait.php Finds the entity type from configuration or plugin ID.
EntityFieldManager::$entityTypeBundleInfo property core/lib/Drupal/Core/Entity/EntityFieldManager.php The entity type bundle info.
EntityFieldManager::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityFieldManager.php The entity type manager.
EntityFieldManagerTest::$entityType property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The entity type definition.
EntityFieldManagerTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The entity type bundle info.
EntityFieldManagerTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The entity type manager.
EntityFieldManagerTest::$entityTypeRepository property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The entity type repository.
EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode().
EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode().
EntityFieldManagerTest::setUpEntityTypeDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Sets up the entity type manager to be tested.
EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getBaseFieldDefinitions() method with a translatable entity type.
EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getBaseFieldDefinitions() method with a translatable entity type.
EntityFieldRenderer::$entityTypeManager property core/modules/views/src/Entity/Render/EntityFieldRenderer.php The entity type manager.
EntityFieldRenderer::getEntityTypeId function core/modules/views/src/Entity/Render/EntityFieldRenderer.php
EntityFieldRenderer::getEntityTypeManager function core/modules/views/src/Entity/Render/EntityFieldRenderer.php
EntityForm::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityForm.php The entity type manager.
EntityForm::setEntityTypeManager function core/lib/Drupal/Core/Entity/EntityForm.php
EntityFormBuilder::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityFormBuilder.php The entity type manager service.
EntityFormBuilderTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php The entity type manager.
EntityFormDisplayAccessControlHandlerTest::getEntityTypeManager function core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php Returns a mock Entity Type Manager.
EntityFormDisplayResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
EntityFormDisplayTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php
EntityFormInterface::setEntityTypeManager function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the entity type manager for this form.
EntityFormModeResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php
EntityFormModeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php
EntityFormTest::$entityType property core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php A fake entity type used in the test.
EntityInterface::getEntityType function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the entity type definition.

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