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
NodeEntityTranslation::query function core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php
NodeEntityTranslationTest class core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeEntityTranslationTest.php Tests Drupal 7 node entity translations source plugin.
NodeEntityTranslationTest.php file core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeEntityTranslationTest.php
NodeEntityTranslationTest::$modules property core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeEntityTranslationTest.php Modules to enable.
NodeEntityTranslationTest::providerSource function core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeEntityTranslationTest.php The data provider.
NodeEntityViewModeAlterTest class core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php Tests changing view modes for nodes.
NodeEntityViewModeAlterTest.php file core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php
NodeEntityViewModeAlterTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php The theme to install as the default for testing.
NodeEntityViewModeAlterTest::$modules property core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php Enable dummy module that implements hook_ENTITY_TYPE_view() for nodes.
NodeEntityViewModeAlterTest::testNodeViewModeChange function core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php Create a &quot;Basic page&quot; node and verify its consistency in the database.
NodeHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/node/tests/src/Functional/Hal/NodeHalJsonAnonTest.php Returns the expected normalization of the entity.
NodeHalJsonAnonTest::getNormalizedPostEntity function core/modules/node/tests/src/Functional/Hal/NodeHalJsonAnonTest.php Returns the normalized POST entity.
NodeLegacyTest::testEntityLegacyCode function core/modules/node/tests/src/Kernel/NodeLegacyTest.php @expectedDeprecation node_load_multiple() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\node\Entity\Node::loadMultiple(). See https://www.drupal.org/node/2266845
@expectedDeprecation node_load() is deprecated in…
NodeModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php Alters entity forms to enforce revision handling.
NodeNewComments::$entityFieldManager property core/modules/comment/src/Plugin/views/field/NodeNewComments.php The entity field manager.
NodeNewComments::$entityTypeManager property core/modules/comment/src/Plugin/views/field/NodeNewComments.php The entity type manager.
NodePreviewAccessCheck::$entityTypeManager property core/modules/node/src/Access/NodePreviewAccessCheck.php The entity type manager service.
NodePreviewController::$entityRepository property core/modules/node/src/Controller/NodePreviewController.php The entity repository service.
NodePreviewForm::$entityDisplayRepository property core/modules/node/src/Form/NodePreviewForm.php The entity display repository.
NodeResourceTestBase::$entity property core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php
NodeResourceTestBase::$entityTypeId property core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php The tested entity type.
NodeResourceTestBase::createEntity function core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php Creates the entity to be tested.
NodeResourceTestBase::getExpectedNormalizedEntity function core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php Returns the expected normalization of the entity.
NodeResourceTestBase::getNormalizedPostEntity function core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php Returns the normalized POST entity.
NodeSearch::$entityTypeManager property core/modules/node/src/Plugin/Search/NodeSearch.php The entity type manager.
NodeSelection::buildEntityQuery function core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php Builds an EntityQuery to get referenceable entities.
NodeSelection::createNewEntity function core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php Creates a new entity object that can be used as a valid reference.
NodeStorageSchema::getEntitySchema function core/modules/node/src/NodeStorageSchema.php Gets the entity schema for the specified entity type.
NodeTest::$entity property core/modules/jsonapi/tests/src/Functional/NodeTest.php
NodeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/NodeTest.php The tested entity type.
NodeTest::createEntity function core/modules/jsonapi/tests/src/Functional/NodeTest.php Creates the entity to be tested.
NodeTranslationHandler::entityFormAlter function core/modules/node/src/NodeTranslationHandler.php Performs the needed alterations to the entity form.
NodeTranslationHandler::entityFormEntityBuild function core/modules/node/src/NodeTranslationHandler.php Entity builder method.
NodeTranslationHandler::entityFormTitle function core/modules/node/src/NodeTranslationHandler.php Returns the title to be used for the entity form page.
NodeTranslationUITest::getNewEntityValues function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Returns an array of entity field values to be tested.
NodeType::$entityStorage property core/modules/node/src/Plugin/Condition/NodeType.php The entity storage.
NodeTypeForm::$entityFieldManager property core/modules/node/src/NodeTypeForm.php The entity field manager.
NodeTypeMapper::setEntity function core/modules/node/src/ConfigTranslation/NodeTypeMapper.php Sets the entity instance for this mapper.
NodeTypeResourceTestBase::$entity property core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php The NodeType entity.
NodeTypeResourceTestBase::$entityTypeId property core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php The tested entity type.
NodeTypeResourceTestBase::createEntity function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Creates the entity to be tested.
NodeTypeResourceTestBase::getExpectedNormalizedEntity function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Returns the expected normalization of the entity.
NodeTypeResourceTestBase::getNormalizedPostEntity function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Returns the normalized POST entity.
NodeTypeTest::$entity property core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php
NodeTypeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php The tested entity type.
NodeTypeTest::createEntity function core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php Creates the entity to be tested.
NodeUpdateTest::testOwnerEntityKey function core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Tests that the node entity type has an &#039;owner&#039; entity key.
NodeUpdateTest::testPublishedEntityKey function core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Tests that the node entity type has a &#039;published&#039; entity key.
NodeViewController::$entityRepository property core/modules/node/src/Controller/NodeViewController.php The entity repository service.
node_display_configurable_test_entity_base_field_info_alter function core/modules/node/tests/modules/node_display_configurable_test/node_display_configurable_test.module Implements hook_entity_base_field_info_alter().

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