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
ContentEntity::$entityType property core/modules/migrate/src/Plugin/migrate/source/ContentEntity.php The entity type definition.
ContentEntity::$entityType property core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php The entity type definition.
ContentEntity::$entityTypeBundleInfo property core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php The entity type bundle info service.
ContentEntity::$entityTypeManager property core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php The entity type manager.
ContentEntityBaseUnitTest::$entityType property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The entity type used for testing.
ContentEntityBaseUnitTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The entity type bundle manager used for testing.
ContentEntityBaseUnitTest::$entityTypeId property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The type ID of the entity under test.
ContentEntityBaseUnitTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The entity type manager used for testing.
ContentEntityDeriver::$entityTypeManager property core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php The entity type manager.
ContentEntityForm::$entityTypeBundleInfo property core/lib/Drupal/Core/Entity/ContentEntityForm.php The entity type bundle info service.
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$entityTypeId property core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php The ID of the type of the entity under test.
ContentEntityFormFieldValidationFilteringTest::$entityTypeId property core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php The ID of the type of the entity under test.
ContentEntityStorageBase::$entityTypeBundleInfo property core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php The entity bundle info.
ContentEntityType class core/lib/Drupal/Core/Entity/ContentEntityType.php Provides an implementation of a content entity type and its metadata.
ContentEntityType class core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php Defines a content entity type annotation object.
ContentEntityType class core/lib/Drupal/Core/Entity/Attribute/ContentEntityType.php Defines a content entity type for plugin discovery.
ContentEntityType.php file core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php
ContentEntityType.php file core/lib/Drupal/Core/Entity/Attribute/ContentEntityType.php
ContentEntityType.php file core/lib/Drupal/Core/Entity/ContentEntityType.php
ContentEntityType::$entity_type_class property core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php The class used to represent the entity type.
ContentEntityType::$group property core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php The group machine name.
ContentEntityType::$revision_metadata_keys property core/lib/Drupal/Core/Entity/ContentEntityType.php
ContentEntityType::checkStorageClass function core/lib/Drupal/Core/Entity/ContentEntityType.php
ContentEntityType::get function core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php Gets the value of an annotation.
ContentEntityType::getConfigDependencyKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Gets the key that is used to store configuration dependencies.
ContentEntityType::getRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Gets a specific entity revision metadata key.
ContentEntityType::getRevisionMetadataKeys function core/lib/Drupal/Core/Entity/ContentEntityType.php Gets an array of entity revision metadata keys.
ContentEntityType::hasRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Indicates if a given entity revision metadata key exists.
ContentEntityType::setRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Sets a revision metadata key.
ContentEntityType::__construct function core/lib/Drupal/Core/Entity/ContentEntityType.php Constructs a new EntityType.
ContentEntityType::__construct function core/lib/Drupal/Core/Entity/Attribute/ContentEntityType.php Constructs a plugin attribute object.
ContentEntityTypeInterface interface core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Provides an interface for a content entity type and its metadata.
ContentEntityTypeInterface.php file core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php
ContentEntityTypeInterface::getRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Gets a specific entity revision metadata key.
ContentEntityTypeInterface::getRevisionMetadataKeys function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Gets an array of entity revision metadata keys.
ContentEntityTypeInterface::hasRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Indicates if a given entity revision metadata key exists.
ContentEntityTypeInterface::setRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Sets a revision metadata key.
ContentLanguageSettings::getTargetEntityTypeId function core/modules/language/src/Entity/ContentLanguageSettings.php Gets the entity type ID this config applies to.
ContentLanguageSettings::loadByEntityTypeBundle function core/modules/language/src/Entity/ContentLanguageSettings.php Loads a content language config entity based on the entity type and bundle.
ContentLanguageSettingsForm::$entityTypeBundleInfo property core/modules/language/src/Form/ContentLanguageSettingsForm.php The entity bundle info.
ContentLanguageSettingsForm::$entityTypeManager property core/modules/language/src/Form/ContentLanguageSettingsForm.php The entity type manager.
ContentLanguageSettingsInterface::getTargetEntityTypeId function core/modules/language/src/ContentLanguageSettingsInterface.php Gets the entity type ID this config applies to.
ContentLanguageSettingsResourceTestBase::$entityTypeId property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php The tested entity type.
ContentLanguageSettingsTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php The tested entity type.
ContentLanguageSettingsUnitTest::$entityType property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The entity type used for testing.
ContentLanguageSettingsUnitTest::$entityTypeId property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The ID of the type of the entity under test.
ContentLanguageSettingsUnitTest::$entityTypeManager property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The entity type manager used for testing.
ContentLanguageSettingsUnitTest::providerLoadByEntityTypeBundle function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php Provides data to testLoadByEntityTypeBundle().
ContentLanguageSettingsUnitTest::testLoadByEntityTypeBundle function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::loadByEntityTypeBundle
ContentLanguageSettingsUnitTest::testTargetEntityTypeId function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::getTargetEntityTypeId

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