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
WorkspacesHtmlEntityFormController::getContentResult function core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php Invokes the form and returns the result.
WorkspacesHtmlEntityFormController::getFormArgument function core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php Extracts the form argument string from a request.
WorkspacesHtmlEntityFormController::getFormObject function core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php Returns the object used to build the form.
WorkspacesHtmlEntityFormController::__construct function core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php Constructs a new \Drupal\Core\Controller\FormController object.
WorkspacesTestHooks::entityBaseFieldInfo function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_base_field_info().
WorkspacesTestHooks::entityCreate function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_create().
WorkspacesTestHooks::entityInsert function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_insert().
WorkspacesTestHooks::entityPresave function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_presave().
WorkspacesTestHooks::entityTranslationCreate function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_ENTITY_TYPE_translation_create() for &#039;entity_test_mulrevpub&#039;.
WorkspacesTestHooks::entityTypeAlter function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_type_alter().
WorkspacesTestHooks::entityUpdate function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_update().
WorkspaceSwitcherBlock::$entityTypeManager property core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php The entity type manager.
WorkspaceTest::$entity property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php
WorkspaceTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The tested entity type.
WorkspaceTest::$firstCreatedEntityId property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The entity ID for the first created entity in testPost().
WorkspaceTest::$secondCreatedEntityId property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The entity ID for the second created entity in testPost().
WorkspaceTest::createEntity function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Creates the entity to be tested.
WorkspaceTest::getModifiedEntityForPostTesting function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Gets the normalized POST entity with random values for its unique fields.
WorkspaceTestTrait::createEntity function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Creates an entity.
WorkspaceTestTrait::ignoreEntityType function core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php Marks an entity type as ignored in a workspace.
WorkspaceTestUtilities::getOneEntityByLabel function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Loads a single entity by its label.
WorkspaceTestUtilities::ignoreEntityType function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Marks an entity type as ignored in a workspace.
WorkspaceTracker::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceTracker.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceTracker::trackEntity function core/modules/workspaces/src/WorkspaceTracker.php Updates or creates the association for a given entity and a workspace.
WorkspaceTrackerInterface::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceTrackerInterface.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceTrackerInterface::trackEntity function core/modules/workspaces/src/WorkspaceTrackerInterface.php Updates or creates the association for a given entity and a workspace.
WorkspaceTrackerTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php The entity type manager.
WorkspaceTrackerTest::getEntityTypeIds function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php The data provider for ::testWorkspaceAssociation().
WorkspaceViewBuilder::$entityTypeManager property core/modules/workspaces/src/WorkspaceViewBuilder.php The entity type manager.
WorkspaceViewsIntegrationTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php The entity type manager.
XmlEntityNormalizationQuirksTrait trait core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php Trait for EntityResourceTestBase subclasses testing $format=&#039;xml&#039;.
XmlEntityNormalizationQuirksTrait.php file core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php
XmlEntityNormalizationQuirksTrait::applyXmlConfigEntityDecodingQuirks function core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php Applies the XML config entity encoding quirks that remain after decoding.
XmlEntityNormalizationQuirksTrait::applyXmlFieldDecodingQuirks function core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php Applies the XML entity field encoding quirks that remain after decoding.
XmlEntityNormalizationQuirksTrait::getExpectedNormalizedEntity function core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php
XmlEntityNormalizationQuirksTrait::xmlEntityNormalizationQuirksTraitSkipTests function core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php Marks some tests as skipped because XML cannot be deserialized.
_comment_entity_uses_integer_id function core/modules/comment/comment.module Determines if an entity type is using an integer-based ID definition.
_field_create_entity_from_ids function core/modules/field/field.module Assembles a partial entity structure with initial IDs.
_views_field_get_entity_type_storage function core/modules/views/views.module Determines whether the entity type the field appears in is SQL based.

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