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 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
FieldConfigEntityUnitTest::$entityType property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The entity type used for testing.
FieldConfigEntityUnitTest::$entityTypeId property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The ID of the type of the entity under test.
FieldConfigEntityUnitTest::$entityTypeManager property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The entity type manager used for testing.
FieldConfigListBuilder::$entityTypeManager property core/modules/field_ui/src/FieldConfigListBuilder.php The entity type manager.
FieldConfigListBuilder::$targetEntityTypeId property core/modules/field_ui/src/FieldConfigListBuilder.php The name of the entity type the listed fields are attached to.
FieldConfigResourceTestBase::$entityTypeId property core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php The tested entity type.
FieldConfigStorage::$entityTypeManager property core/modules/field/src/FieldConfigStorage.php The entity type manager.
FieldConfigTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php The tested entity type.
FieldDefinition::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the ID of the entity type the field is attached to.
FieldDefinitionInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the ID of the entity type the field is attached to.
FieldDefinitionListener::$entityTypeManager property core/lib/Drupal/Core/Field/FieldDefinitionListener.php The entity type manager.
FieldDefinitionListenerTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php The entity type manager.
FieldDefinitionListenerTest::setUpEntityTypeManager function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php Sets up the entity type manager to be tested.
FieldDisplayTest::$entityType property core/modules/field/tests/src/Kernel/FieldDisplayTest.php Test entity type name.
FieldItemNormalizer::$entityTypeManager property core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php The entity type manager.
FieldRenderedEntityTranslationTest::$entityTypeManager property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php The entity type manager service.
FieldResolver::$entityTypeBundleInfo property core/modules/jsonapi/src/Context/FieldResolver.php The entity type bundle information service.
FieldResolver::$entityTypeManager property core/modules/jsonapi/src/Context/FieldResolver.php The entity type manager.
FieldStorageAddForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageAddForm.php The name of the entity type.
FieldStorageAddForm::$entityTypeManager property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity type manager.
FieldStorageConfig::getTargetEntityTypeId function core/modules/field/src/Entity/FieldStorageConfig.php Returns the ID of the entity type the field is attached to.
FieldStorageConfigEntityUnitTest::$entityTypeId property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The ID of the type of the entity under test.
FieldStorageConfigEntityUnitTest::$entityTypeManager property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The entity type manager used for testing.
FieldStorageConfigListBuilder::$entityTypeManager property core/modules/field_ui/src/FieldStorageConfigListBuilder.php The entity type manager.
FieldStorageConfigResourceTestBase::$entityTypeId property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php The tested entity type.
FieldStorageConfigStorage::$entityTypeManager property core/modules/field/src/FieldStorageConfigStorage.php The entity type manager.
FieldStorageConfigTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php The tested entity type.
FieldStorageCrudTest::testUpdateEntityType function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests changing a field storage type.
FieldStorageDefinitionInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the ID of the entity type the field is attached to.
FieldStorageDefinitionListener::$entityTypeManager property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity type manager.
FieldStorageReuseForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageReuseForm.php The name of the entity type.
FieldTest::$entityTypeBundleInfo property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity type bundle info service.
FieldTest::$entityTypeManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity type manager.
FieldTranslationSynchronizer::$entityTypeManager property core/modules/content_translation/src/FieldTranslationSynchronizer.php The entity type manager.
FieldTypePluginManager::getEntityTypeUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManagerInterface::getEntityTypeUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Get the field type definitions that can be added via UI for an entity type.
FieldTypePluginManagerTest::testUiDefinitionsPerEntityType function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests UI definitions per entity type.
FieldUiLocalAction::$entityTypeManager property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php The entity type manager.
FieldUiLocalTask::$entityTypeManager property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php The entity type manager.
FieldUiPermissions::$entityTypeManager property core/modules/field_ui/src/FieldUiPermissions.php The entity type manager.
FieldValidationTest::$entityType property core/modules/field/tests/src/Kernel/FieldValidationTest.php
FileRepository::$entityTypeManager property core/modules/file/src/FileRepository.php The entity type manager.
FileResourceTestBase::$entityTypeId property core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php The tested entity type.
FileTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FileTest.php The tested entity type.
FileUploadHandler::$entityTypeManager property core/modules/file/src/Upload/FileUploadHandler.php The entity type manager.
FileUploadJsonCookieTest::$entityTypeId property core/modules/file/tests/src/Functional/FileUploadJsonCookieTest.php Entity type ID for this storage.
FileUploadTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FileUploadTest.php
FilterFormatResourceTestBase::$entityTypeId property core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php The tested entity type.
FilterFormatTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php The tested entity type.
FilterPermissions::$entityTypeManager property core/modules/filter/src/FilterPermissions.php The entity type manager.

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