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/Attribute/EntityType.php Defines an entity type for plugin discovery.
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
ContentTranslationOverviewAccess::$entityTypeManager property core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php The entity type manager service.
ContentTranslationPermissions::$entityTypeBundleInfo property core/modules/content_translation/src/ContentTranslationPermissions.php The entity bundle info.
ContentTranslationPermissions::$entityTypeManager property core/modules/content_translation/src/ContentTranslationPermissions.php The entity type manager.
ContentTranslationSynchronizedFieldsConstraintValidator::$entityTypeManager property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php The entity type manager.
ContentTranslationTestBase::$entityTypeId property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The entity type being tested.
ContentTranslationWorkflowsTest::$entityTypeId property core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php The entity type being tested.
ContentUninstallValidator::$entityTypeManager property core/lib/Drupal/Core/Entity/ContentUninstallValidator.php The entity type manager service.
ControllerBase::$entityTypeManager property core/lib/Drupal/Core/Controller/ControllerBase.php The entity type manager.
ControllerBase::entityTypeManager function core/lib/Drupal/Core/Controller/ControllerBase.php Retrieves the entity type manager.
CreateSampleEntityTest::$entityTypeManager property core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php The entity type manager.
DataEntityRow::$entityType property core/modules/rest/src/Plugin/views/row/DataEntityRow.php Contains the entity type of this row plugin instance.
DataEntityRow::$entityTypeManager property core/modules/rest/src/Plugin/views/row/DataEntityRow.php The entity type manager.
DataEntityRow::getEntityTypeId function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the entity type identifier.
DataEntityRow::getEntityTypeManager function core/modules/rest/src/Plugin/views/row/DataEntityRow.php
DateFormatResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php The tested entity type.
DateFormatTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/DateFormatTest.php The tested entity type.
DateTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Datetime/DateTest.php The mocked entity type manager.
DatetimeRangeTestHooks::entityTypeAlter function core/modules/datetime_range/tests/modules/datetime_range_test/src/Hook/DatetimeRangeTestHooks.php Implements hook_entity_type_alter().
DbLogResourceTest::$entityTypeId property core/modules/dblog/tests/src/Functional/DbLogResourceTest.php The entity type ID.
DefaultHtmlRouteProvider::$entityTypeManager property core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php The entity type manager.
DefaultHtmlRouteProvider::getEntityTypeIdKeyType function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the type of the ID key for a given entity type.
DefaultHtmlRouteProviderTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php The entity type manager prophecy used in the test.
DefaultHtmlRouteProviderTest::getEntityType function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyType function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php Tests get entity type id key type.
DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyTypeNotFieldable function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php Tests get entity type id key type not fieldable.
DefaultMenuLinkTreeManipulatorsTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php The mocked entity type manager.
DefaultRevisionStateTest::$entityTypeManager property core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php
DefaultSelection::$entityTypeBundleInfo property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Entity type bundle info service.
DefaultSelection::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The entity type manager service.
DefaultSelectionDeriver::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php The entity type manager.
DefaultsEntityForm::$entityTypeBundleInfo property core/modules/layout_builder/src/Form/DefaultsEntityForm.php The entity type bundle info service.
DefaultsSectionStorage::$entityTypeBundleInfo property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The entity type bundle info.
DefaultsSectionStorage::$entityTypeManager property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The entity type manager.
DefaultsSectionStorage::getEntityTypes function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Returns an array of relevant entity types.
DefaultsSectionStorageTest::$entityTypeManager property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The entity type manager.
DefaultTableMapping::$entityType property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The entity type definition.
DefaultTableMappingTest::$entityType property core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php The entity type definition.
DeleteMultipleForm::$entityType property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type definition.
DeleteMultipleForm::$entityTypeId property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type ID.
DeleteMultipleForm::$entityTypeManager property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type manager.
Drupal::entityTypeManager function core/lib/Drupal.php Retrieves the entity type manager.
DrupalSqlBase::$entityTypeManager property core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php The entity type manager.
DrupalSqlBaseTest::$entityTypeManager property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Mock entity type manager.
DrupalTest::testEntityTypeManager function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the entityTypeManager() method.
DynamicEntityTypeParamConverterTrait trait core/lib/Drupal/Core/ParamConverter/DynamicEntityTypeParamConverterTrait.php Provides a trait to replace dynamic entity types in routes.
DynamicEntityTypeParamConverterTrait.php file core/lib/Drupal/Core/ParamConverter/DynamicEntityTypeParamConverterTrait.php
DynamicEntityTypeParamConverterTrait::getEntityTypeFromDefaults function core/lib/Drupal/Core/ParamConverter/DynamicEntityTypeParamConverterTrait.php Determines the entity type ID given a route definition and route defaults.
DynamicLocalTasks::$entityTypeManager property core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php The entity type manager.
DynamicLocalTasks::$entityTypeManager property core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php The entity type manager.
EditorConfigEntityUnitTest::$entityType property core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php The entity type used for testing.

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