Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 8.9.x for entity
  4. Search 10.3.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines an argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.

All search results

Title Object type File name Summary
ContentTranslationHandlerTest::providerTestEntityFormSharedElements function core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php Returns test cases for ::testEntityFormSharedElements().
ContentTranslationHandlerTest::testEntityFormSharedElements function core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php Tests ContentTranslationHandler::entityFormSharedElements()
ContentTranslationHooks::entityBaseFieldInfo function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_entity_base_field_info().
ContentTranslationHooks::entityBundleInfoAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_entity_bundle_info_alter().
ContentTranslationHooks::entityExtraFieldInfo function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_entity_extra_field_info().
ContentTranslationHooks::entityOperation function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_entity_operation().
ContentTranslationHooks::entityPresave function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_entity_presave().
ContentTranslationHooks::entityTypeAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_entity_type_alter().
ContentTranslationHooks::languageFallbackCandidatesEntityViewAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_language_fallback_candidates_OPERATION_alter().
ContentTranslationLinkTagTest::createTranslatableEntity function core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php Create a test entity with translations.
ContentTranslationManageAccessCheck::$entityTypeManager property core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php The entity type manager.
ContentTranslationManager::$entityTypeBundleInfo property core/modules/content_translation/src/ContentTranslationManager.php The entity type bundle info provider.
ContentTranslationManager::$entityTypeManager property core/modules/content_translation/src/ContentTranslationManager.php The entity type manager.
ContentTranslationManager::getSupportedEntityTypes function core/modules/content_translation/src/ContentTranslationManager.php
ContentTranslationManagerInterface::getSupportedEntityTypes function core/modules/content_translation/src/ContentTranslationManagerInterface.php Gets the entity types that support content translation.
ContentTranslationMetadataFieldsTest::$entityTypeId property core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php The entity type being tested.
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.
ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalEntity function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Returns the original unchanged entity to be used to detect changes.
ContentTranslationSyncImageTest::saveEntity function core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php Saves the passed entity and reloads it, enabling compatibility mode.
ContentTranslationTestBase::$entityTypeId property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The entity type being tested.
ContentTranslationTestBase::createEntity function core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Creates the entity to be translated.
ContentTranslationTestHooks::entityAccess function core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php Implements hook_entity_access().
ContentTranslationTestHooks::entityBundleInfoAlter function core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php Implements hook_entity_bundle_info_alter().
ContentTranslationTestHooks::entityTranslationDelete function core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php Implements hook_entity_translation_delete().
ContentTranslationUITestBase::$entityId property core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php The id of the entity being translated.
ContentTranslationUITestBase::getNewEntityValues function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns an array of entity field values to be tested.
ContentTranslationWorkflowsTest::$entity property core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php The entity used for testing.
ContentTranslationWorkflowsTest::$entityOwner property core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php The entity owner account to be used to test multilingual entity editing.
ContentTranslationWorkflowsTest::$entityTypeId property core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php The entity type being tested.
ContentTranslationWorkflowsTest::$notEntityOwner property core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php The user that has entity owner permission but is not the owner.
ContentTranslationWorkflowsTest::$referencingEntity property core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php The referencing entity.
ContentTranslationWorkflowsTest::getEntityOwnerPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Returns an array of permissions needed for the entity owner.
ContentTranslationWorkflowsTest::setupEntity function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Creates a test entity and translate it.
ContentUninstallValidator::$entityTypeManager property core/lib/Drupal/Core/Entity/ContentUninstallValidator.php The entity type manager service.
content_moderation_test_resave_entity_insert function core/modules/content_moderation/tests/modules/content_moderation_test_resave/content_moderation_test_resave.module Implements hook_entity_insert().
ContextDefinitionTest::testCreateWithEntityDataType function core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php @covers ::create
ContextDefinitionTest::testEntityContextDefinitionAssert function core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php @covers ::__construct
ControllerBase::$entityFormBuilder property core/lib/Drupal/Core/Controller/ControllerBase.php The entity form builder.
ControllerBase::$entityTypeManager property core/lib/Drupal/Core/Controller/ControllerBase.php The entity type manager.
ControllerBase::entityFormBuilder function core/lib/Drupal/Core/Controller/ControllerBase.php Retrieves the entity form builder.
ControllerBase::entityTypeManager function core/lib/Drupal/Core/Controller/ControllerBase.php Retrieves the entity type manager.
CopyTest::testEntityStorageException function core/modules/file/tests/src/Kernel/CopyTest.php Tests for entity storage exception.
core.entity.schema.yml file core/config/schema/core.entity.schema.yml core/config/schema/core.entity.schema.yml
core.entity_form_display.block_content.banner_block.default.yml file core/profiles/demo_umami/config/install/core.entity_form_display.block_content.banner_block.default.yml core/profiles/demo_umami/config/install/core.entity_form_display.block_content.banner_block.default.yml
core.entity_form_display.block_content.basic.default.yml file core/profiles/standard/config/install/core.entity_form_display.block_content.basic.default.yml core/profiles/standard/config/install/core.entity_form_display.block_content.basic.default.yml
core.entity_form_display.block_content.basic.default.yml file core/profiles/demo_umami/config/install/core.entity_form_display.block_content.basic.default.yml core/profiles/demo_umami/config/install/core.entity_form_display.block_content.basic.default.yml
core.entity_form_display.block_content.basic.default.yml file core/recipes/basic_block_type/config/core.entity_form_display.block_content.basic.default.yml core/recipes/basic_block_type/config/core.entity_form_display.block_content.basic.default.yml

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