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. Search 11.x for entity
  6. 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
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 a 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.
NodeAccessControlHandler::$entityTypeManager property core/modules/node/src/NodeAccessControlHandler.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.
NodeDisplayConfigurableTestHooks::entityBaseFieldInfoAlter function core/modules/node/tests/modules/node_display_configurable_test/src/Hook/NodeDisplayConfigurableTestHooks.php Implements hook_entity_base_field_info_alter().
NodeDisplayConfigurableTestHooks::entityTypeBuild function core/modules/node/tests/modules/node_display_configurable_test/src/Hook/NodeDisplayConfigurableTestHooks.php Implements hook_entity_type_build().
NodeEntityHooks class core/modules/node/src/Hook/NodeEntityHooks.php Entity hook implementations for node.
NodeEntityHooks.php file core/modules/node/src/Hook/NodeEntityHooks.php
NodeEntityHooks::configurableLanguageDelete function core/modules/node/src/Hook/NodeEntityHooks.php Implements hook_ENTITY_TYPE_delete() for &#039;configurable_language&#039;.
NodeEntityHooks::entityExtraFieldInfo function core/modules/node/src/Hook/NodeEntityHooks.php Implements hook_entity_extra_field_info().
NodeEntityHooks::entityViewDisplayAlter function core/modules/node/src/Hook/NodeEntityHooks.php Implements hook_entity_view_display_alter().
NodeEntityHooks::nodeAccess function core/modules/node/src/Hook/NodeEntityHooks.php Implements hook_ENTITY_TYPE_access().
NodeEntityHooks::userPredelete function core/modules/node/src/Hook/NodeEntityHooks.php Implements hook_ENTITY_TYPE_predelete() for user entities.
NodeEntityTranslation class core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php Drupal 7 node entity translations source from database.
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.
NodeEntityTranslation::query function core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php Prepares query object to retrieve data from the source database.
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 install.
NodeEntityTranslationTest::providerSource function core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeEntityTranslationTest.php Provides source data for ::testSource.
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.
NodeJsonBasicAuthTest::getExpectedNormalizedEntity function core/modules/node/tests/src/Functional/Rest/NodeJsonBasicAuthTest.php Returns the expected normalization of the entity.
NodeModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php Alters entity forms to enforce revision handling.
NodeNoDefaultAuthorHooks::entityBaseFieldInfoAlter function core/modules/node/tests/modules/node_no_default_author/src/Hook/NodeNoDefaultAuthorHooks.php Implements hook_entity_base_field_info_alter().
NodePreviewAccessCheck::$entityTypeManager property core/modules/node/src/Access/NodePreviewAccessCheck.php The entity type manager service.
NodeReference::entityId function core/modules/migrate_drupal/src/Plugin/migrate/field/d6/NodeReference.php Gets the name of the field property which holds the entity ID.
NodeReference::entityId function core/modules/migrate_drupal/src/Plugin/migrate/field/d7/NodeReference.php Gets the name of the field property which holds the entity ID.
NodeReference::getEntityTypeMigrationId function core/modules/migrate_drupal/src/Plugin/migrate/field/d6/NodeReference.php Gets the plugin ID for the reference type migration.
NodeReference::getEntityTypeMigrationId function core/modules/migrate_drupal/src/Plugin/migrate/field/d7/NodeReference.php Gets the plugin ID for the reference type migration.
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.

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