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
FormModeAccessCheck::$entityTypeManager property core/modules/field_ui/src/Access/FormModeAccessCheck.php The entity type manager.
ForumBreadcrumbBuilderBase::$entityTypeManager property core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php The entity type manager.
ForumController::$commentEntityTypeDefinition property core/modules/forum/src/Controller/ForumController.php Comment entity type, we need to get cache tags from here.
ForumController::$nodeEntityTypeDefinition property core/modules/forum/src/Controller/ForumController.php Node entity type, we need to get cache tags from here.
ForumManager::$entityTypeManager property core/modules/forum/src/ForumManager.php Entity type manager.
ForumUninstallValidator::$entityTypeManager property core/modules/forum/src/ForumUninstallValidator.php The entity type manager.
HandlerBase::getEntityType function core/modules/views/src/Plugin/views/HandlerBase.php Determines the entity type used by this handler.
HandlerBaseTest::testGetEntityTypeForFieldOnBaseTable function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @covers ::getEntityType
HandlerBaseTest::testGetEntityTypeForFieldWithRelationship function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @covers ::getEntityType
HtmlEntityFormController::$entityTypeManager property core/lib/Drupal/Core/Entity/HtmlEntityFormController.php The entity type manager service.
ImageFormatterTest::$entityType property core/modules/image/tests/src/Kernel/ImageFormatterTest.php
ImageStyleResourceTestBase::$entityTypeId property core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php The tested entity type.
ImageStyleTest::$entityType property core/modules/image/tests/src/Unit/ImageStyleTest.php The entity type used for testing.
ImageStyleTest::$entityTypeId property core/modules/image/tests/src/Unit/ImageStyleTest.php The ID of the type of the entity under test.
ImageStyleTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php The tested entity type.
ImageStyleTest::$entityTypeManager property core/modules/image/tests/src/Unit/ImageStyleTest.php The entity type manager used for testing.
IncludeResolver::$entityTypeManager property core/modules/jsonapi/src/IncludeResolver.php The entity type manager.
InlineBlock::$entityTypeManager property core/modules/layout_builder/src/Plugin/Block/InlineBlock.php The entity type manager.
InlineBlockDeriver::$entityTypeManager property core/modules/layout_builder/src/Plugin/Derivative/InlineBlockDeriver.php The entity type manager.
InlineBlockEntityOperations::$entityTypeManager property core/modules/layout_builder/src/InlineBlockEntityOperations.php The entity type manager.
InstallHelper::$entityTypeManager property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Entity type manager.
JsonApiDocumentTopLevelNormalizer::$entityTypeManager property core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php The entity type manager.
JsonApiFilterRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 function core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php Ensure filtering on relationships works with bundle-specific target types.
JsonApiPatchRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 function core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Ensure filtering on relationships works with bundle-specific target types.
JsonApiRegressionTest::testDeepNestedIncludeMultiTargetEntityTypeFieldFromIssue2973681 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure deep nested include works on multi target entity type field.
KeyValueEntityStorageTest::$entityType property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The entity type.
KeyValueEntityStorageTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The mocked entity type manager.
LanguageNegotiationContentEntity::$entityTypeManager property core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php The entity type manager.
LanguageNegotiationContentEntity::getContentEntityTypeIdForCurrentRequest function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php Returns the content entity type ID from the current request for the route.
LatestRevision::$entityTypeManager property core/modules/views/src/Plugin/views/filter/LatestRevision.php Entity Type Manager service.
LatestTranslationAffectedRevision::$entityTypeManager property core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php Entity Type Manager service.
LayoutBuilderIsActiveCacheContextTest::testGetContextMissingEntityTypeId function core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php @covers ::getContext
LayoutBuilderLocalTaskDeriver::$entityTypeManager property core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php The entity type manager.
LayoutBuilderOverridesPermissions::$entityTypeManager property core/modules/layout_builder/src/LayoutBuilderOverridesPermissions.php The entity type manager.
LayoutBuilderSampleEntityGenerator::$entityTypeManager property core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php The entity type manager.
LayoutBuilderTest::testNonBundleEntityType function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests the Layout Builder UI for an entity type without a bundle.
LinkBase::$entityTypeManager property core/modules/views/src/Plugin/views/field/LinkBase.php The entity type manager.
LinkBase::getEntityTypeId function core/modules/views/src/Plugin/views/field/LinkBase.php Returns the entity type identifier.
LinkBase::getEntityTypeManager function core/modules/views/src/Plugin/views/field/LinkBase.php
LinkUri::$entityTypeManager property core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php The entity type manager, used to fetch entity link templates.
MailHandlerTest::$entityTypeManager property core/modules/contact/tests/src/Unit/MailHandlerTest.php The entity type manager.
MakeUniqueEntityField::$entityTypeManager property core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php The entity type manager.
MakeUniqueEntityFieldTest::$entityTypeManager property core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php The mocked entity type manager.
ManageDisplayTest::$entityTypeManager property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
ManageFieldsMultipleTypesTest::entityTypesProvider function core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Data provider for testing Field UI with multiple entity types.
ManageFieldsTest::$entityTypeManager property core/modules/field_ui/tests/src/FunctionalJavascript/ManageFieldsTest.php
MediaAccessControlHandler::$entityTypeManager property core/modules/media/src/MediaAccessControlHandler.php The entity type manager.
MediaConfigSubscriber::$entityTypeManager property core/modules/media/src/EventSubscriber/MediaConfigSubscriber.php The entity type manager.
MediaEmbed::$entityTypeBundleInfo property core/modules/media/src/Plugin/Filter/MediaEmbed.php The entity type bundle info service.
MediaEmbed::$entityTypeManager property core/modules/media/src/Plugin/Filter/MediaEmbed.php The entity type manager.

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