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
EntityNormalizer.php file core/modules/serialization/src/Normalizer/EntityNormalizer.php
EntityNormalizer::denormalize function core/modules/serialization/src/Normalizer/EntityNormalizer.php
EntityNormalizer::getSupportedTypes function core/modules/serialization/src/Normalizer/EntityNormalizer.php
EntityNormalizer::__construct function core/modules/serialization/src/Normalizer/EntityNormalizer.php Constructs an EntityNormalizer object.
EntityNormalizerTest class core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php Tests Drupal\serialization\Normalizer\EntityNormalizer.
EntityNormalizerTest.php file core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php
EntityNormalizerTest::$entityFieldManager property core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php The mock entity field manager.
EntityNormalizerTest::$entityNormalizer property core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php The entity normalizer.
EntityNormalizerTest::$entityTypeManager property core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php The mock entity type manager.
EntityNormalizerTest::$entityTypeRepository property core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php The mock entity type repository.
EntityNormalizerTest::$serializer property core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php The mock serializer.
EntityNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php
EntityNormalizerTest::testDenormalizeWithInvalidBundle function core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php Tests the denormalize method with a bundle property.
EntityNormalizerTest::testDenormalizeWithNoBundle function core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php Tests the denormalize method with no bundle defined.
EntityNormalizerTest::testDenormalizeWithNoEntityType function core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php Tests the denormalize() method with no entity type provided in context.
EntityNormalizerTest::testDenormalizeWithNoFieldableEntityType function core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php Tests the denormalize method with no bundle defined.
EntityNormalizerTest::testDenormalizeWithValidBundle function core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php Tests the denormalize method with a bundle property.
EntityNormalizerTest::testNormalize function core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php Tests the normalize() method.
EntityOperations class core/modules/views/src/Plugin/views/field/EntityOperations.php Renders all operations links for an entity.
EntityOperations class core/modules/content_moderation/src/EntityOperations.php Defines a class for reacting to entity events.
EntityOperations class core/modules/workspaces/src/Hook/EntityOperations.php Defines a class for reacting to entity runtime hooks.
EntityOperations.php file core/modules/workspaces/src/Hook/EntityOperations.php
EntityOperations.php file core/modules/views/src/Plugin/views/field/EntityOperations.php
EntityOperations.php file core/modules/content_moderation/src/EntityOperations.php
EntityOperations::$bundleInfo property core/modules/content_moderation/src/EntityOperations.php The entity bundle information service.
EntityOperations::$entityDisplayRepository property core/modules/views/src/Plugin/views/field/EntityOperations.php The entity display repository.
EntityOperations::$entityRepository property core/modules/views/src/Plugin/views/field/EntityOperations.php The entity repository service.
EntityOperations::$entityTypeManager property core/modules/views/src/Plugin/views/field/EntityOperations.php The entity type manager.
EntityOperations::$entityTypeManager property core/modules/content_moderation/src/EntityOperations.php The Entity Type Manager service.
EntityOperations::$formBuilder property core/modules/content_moderation/src/EntityOperations.php The Form Builder service.
EntityOperations::$languageManager property core/modules/views/src/Plugin/views/field/EntityOperations.php The language manager.
EntityOperations::$moderationInfo property core/modules/content_moderation/src/EntityOperations.php The Moderation Information service.
EntityOperations::$routerBuilder property core/modules/content_moderation/src/EntityOperations.php The router builder service.
EntityOperations::buildOptionsForm function core/modules/views/src/Plugin/views/field/EntityOperations.php Default option form that provides label widget that all fields should have.
EntityOperations::clickSortable function core/modules/views/src/Plugin/views/field/EntityOperations.php Determines if this field is click sortable.
EntityOperations::create function core/modules/content_moderation/src/EntityOperations.php Instantiates a new instance of this class.
EntityOperations::defineOptions function core/modules/views/src/Plugin/views/field/EntityOperations.php Information about options for all kinds of purposes will be held here.
EntityOperations::entityDelete function core/modules/workspaces/src/Hook/EntityOperations.php Implements hook_entity_delete().
EntityOperations::entityDelete function core/modules/content_moderation/src/EntityOperations.php
EntityOperations::entityFormAlter function core/modules/workspaces/src/Hook/EntityOperations.php Implements hook_form_alter().
EntityOperations::entityFormEntityBuild function core/modules/workspaces/src/Hook/EntityOperations.php Entity builder that marks all supported entities as pending revisions.
EntityOperations::entityInsert function core/modules/workspaces/src/Hook/EntityOperations.php Implements hook_entity_insert().
EntityOperations::entityInsert function core/modules/content_moderation/src/EntityOperations.php
EntityOperations::entityPredelete function core/modules/workspaces/src/Hook/EntityOperations.php Implements hook_entity_predelete().
EntityOperations::entityPreload function core/modules/workspaces/src/Hook/EntityOperations.php Implements hook_entity_preload().
EntityOperations::entityPresave function core/modules/workspaces/src/Hook/EntityOperations.php Implements hook_entity_presave().
EntityOperations::entityPresave function core/modules/content_moderation/src/EntityOperations.php Acts on an entity and set published status based on the moderation state.
EntityOperations::entityQueryTagLatestTranslatedAffectedRevisionAlter function core/modules/workspaces/src/Hook/EntityOperations.php Implements hook_entity_query_tag__TAG_alter() for &#039;latest_translated_affected_revision&#039;.
EntityOperations::entityRevisionDelete function core/modules/workspaces/src/Hook/EntityOperations.php Implements hook_entity_revision_delete().
EntityOperations::entityRevisionDelete function core/modules/content_moderation/src/EntityOperations.php

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