Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 10.3.x for entity
  4. Search 11.x for entity
  5. Search main for entity
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines a 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
ModerationInformationInterface::getWorkflowForEntity function core/modules/content_moderation/src/ModerationInformationInterface.php Gets the workflow for the given content entity.
ModerationInformationInterface::getWorkflowForEntityTypeAndBundle function core/modules/content_moderation/src/ModerationInformationInterface.php Gets the workflow for the given entity type and bundle.
ModerationInformationInterface::isModeratedEntity function core/modules/content_moderation/src/ModerationInformationInterface.php Determines if an entity is moderated.
ModerationInformationInterface::isModeratedEntityType function core/modules/content_moderation/src/ModerationInformationInterface.php Determines if an entity type has at least one moderated bundle.
ModerationInformationTest::getEntityTypeManager function core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php Returns a mock Entity Type Manager.
ModerationInformationTest::testGetWorkflowForEntity function core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php @dataProvider providerWorkflow
@covers ::getWorkflowForEntity[[api-linebreak]]
ModerationInformationTest::testIsModeratedEntity function core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php @dataProvider providerWorkflow
@covers ::isModeratedEntity[[api-linebreak]]
ModerationInformationTest::testIsModeratedEntityType function core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php @covers ::isModeratedEntityType[[api-linebreak]]
ModerationStateConstraintValidator::$entityTypeManager property core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php The entity type manager.
ModerationStateFieldItemList::updateModeratedEntity function core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php Updates the default revision flag and the publishing status of the entity.
ModerationStateFieldItemListTest::entityUnserializeTestCases function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Test cases for ::testEntityUnserialize.
ModerationStateFieldItemListTest::moderatedEntityWithExistingIdTestCases function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Test cases for ::testModeratedEntityWithExistingId.
ModerationStateFieldItemListTest::testEntityUnserialize function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Test the moderation_state field after an entity has been serialized.
ModerationStateFieldItemListTest::testEntityWithNoWorkflow function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Test updating the state for an entity without a workflow.
ModerationStateFieldItemListTest::testModeratedEntityWithExistingId function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Test saving a moderated node with an existing ID.
ModerationStateFieldItemListTest::testNonModeratedEntity function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Test the list class with a non moderated entity.
ModerationStateFilter::$entityTypeManager property core/modules/content_moderation/src/Plugin/views/filter/ModerationStateFilter.php The entity type manager.
ModerationStateNodeTypeTest::testEnforceRevisionsEntityFormAlter function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php @covers \Drupal\content_moderation\Entity\Handler\NodeModerationHandler::enforceRevisionsBundleFormAlter[[api-linebreak]]
ModerationStateSort::$entityTypeManager property core/modules/content_moderation/src/Plugin/views/sort/ModerationStateSort.php The entity type manager.
ModerationStateWidget::$entityTypeManager property core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php The entity type manager.
ModerationStateWidgetTest::testWidgetNonModeratedEntity function core/modules/content_moderation/tests/src/Kernel/ModerationStateWidgetTest.php Test the widget does not impact a non-moderated entity.
ModulesUninstallConfirmForm::$entityTypeManager property core/modules/system/src/Form/ModulesUninstallConfirmForm.php The entity type manager.
MultilingualReviewPageTestBase::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php Gets the expected number of entities per entity type after migration.
MultilingualReviewPageTestBase::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php Gets expected number of entities per entity after incremental migration.
NegotiatorBase::$entityTypeManager property core/modules/jsonapi/src/Revisions/NegotiatorBase.php The entity type manager to load the revision.
NestedEntityTestForm class core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php Provides a form for field_test routes.
NestedEntityTestForm.php file core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php
NestedEntityTestForm::buildForm function core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php Form constructor.
NestedEntityTestForm::getFormId function core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php Returns a unique string identifying the form.
NestedEntityTestForm::submitForm function core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php Form submission handler.
NestedEntityTestForm::validateForm function core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php Form validation handler.
NestedFormTest::testNestedEntityFormEntityLevelValidation function core/modules/field/tests/src/Functional/NestedFormTest.php Tests entity level validation within subforms.
NoCorrespondingEntityClassException class core/lib/Drupal/Core/Entity/Exception/NoCorrespondingEntityClassException.php Exception thrown if an entity type is not represented by a class.
NoCorrespondingEntityClassException.php file core/lib/Drupal/Core/Entity/Exception/NoCorrespondingEntityClassException.php
NoCorrespondingEntityClassException::__construct function core/lib/Drupal/Core/Entity/Exception/NoCorrespondingEntityClassException.php Constructs an NoCorrespondingEntityClassException.
Node::$entityDisplayRepository property core/modules/node/src/Plugin/views/wizard/Node.php The entity display repository.
Node::$entityFieldManager property core/modules/node/src/Plugin/views/wizard/Node.php The entity field manager.
NodeAddAccessCheck::$entityTypeManager property core/modules/node/src/Access/NodeAddAccessCheck.php The entity type manager.
NodeCacheTagsTest::createEntity function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Creates the entity to be tested.
NodeCacheTagsTest::getAdditionalCacheContextsForEntity function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Returns the additional (non-standard) cache contexts for the tested entity.
NodeCacheTagsTest::getAdditionalCacheContextsForEntityListing function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Returns the additional cache tags for the tested entity&#039;s listing by type.
NodeCacheTagsTest::getAdditionalCacheTagsForEntity function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Each node must have an author.
NodeClassicTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets the expected number of entities per entity type after migration.
NodeClassicTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets expected number of entities per entity after incremental migration.
NodeController::$entityRepository property core/modules/node/src/Controller/NodeController.php The entity repository service.
NodeEntityTranslation class core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php Provides Drupal 7 node entity translations source plugin.
NodeEntityTranslation.php file core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php
NodeEntityTranslation::fields function core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php Returns available fields on the source.
NodeEntityTranslation::getIds function core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php Defines the source fields uniquely identifying a source row.
NodeEntityTranslation::prepareRow function core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php Adds additional data to the row.

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