Search for entity

  1. Search 7.x for entity
  2. Search 8.9.x for entity
  3. Search 10.3.x for entity
  4. Search 11.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
WorkspaceIntegrationTest::assertEntityLoad function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Asserts that default revisions are properly swapped in a workspace.
WorkspaceIntegrationTest::assertEntityQuery function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Asserts that entity queries are giving the correct results in a workspace.
WorkspaceIntegrationTest::assertEntityRevisionLoad function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Asserts that non-default revisions are not changed.
WorkspaceIntegrationTest::providerTestAllowedEntityCrudInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Data provider for allowed entity CRUD operations.
WorkspaceIntegrationTest::testDisallowedEntityCreateInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests CREATE operations for unsupported entity types.
WorkspaceIntegrationTest::testDisallowedEntityDeleteInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests DELETE operations for unsupported entity types.
WorkspaceIntegrationTest::testDisallowedEntityUpdateInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests UPDATE operations for unsupported entity types.
WorkspaceIntegrationTest::testEntityQueryRelationship function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests the Entity Query relationship API with workspaces.
WorkspaceIntegrationTest::testEntityQueryWithoutConditions function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests entity query overrides without any conditions.
WorkspaceIntegrationTest::testFormCacheForEntityForms function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests that entity forms can be stored in the form cache.
WorkspaceManager::$entityMemoryCache property core/modules/workspaces/src/WorkspaceManager.php The entity memory cache service.
WorkspaceManager::$entityTypeManager property core/modules/workspaces/src/WorkspaceManager.php The entity type manager.
WorkspaceManager::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceManager.php Returns an array of entity types that can belong to workspaces.
WorkspaceManager::isEntityTypeSupported function core/modules/workspaces/src/WorkspaceManager.php Returns whether an entity type can belong to a workspace or not.
WorkspaceManagerInterface::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceManagerInterface.php Returns an array of entity types that can belong to workspaces.
WorkspaceManagerInterface::isEntityTypeSupported function core/modules/workspaces/src/WorkspaceManagerInterface.php Returns whether an entity type can belong to a workspace or not.
WorkspaceMergeForm::$entityTypeManager property core/modules/workspaces/src/Form/WorkspaceMergeForm.php The entity type manager.
WorkspaceMerger::$entityTypeManager property core/modules/workspaces/src/WorkspaceMerger.php The entity type manager.
WorkspaceMergerTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php The entity type manager.
WorkspaceOperationFactory::$entityTypeManager property core/modules/workspaces/src/WorkspaceOperationFactory.php The entity type manager.
WorkspacePublisher::$entityTypeManager property core/modules/workspaces/src/WorkspacePublisher.php The entity type manager.
WorkspacePublishForm::$entityTypeManager property core/modules/workspaces/src/Form/WorkspacePublishForm.php The entity type manager.
WorkspaceRepository::$entityTypeManager property core/modules/workspaces/src/WorkspaceRepository.php The entity type manager service.
WorkspaceResourceTestBase::$entityTypeId property core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php The tested entity type.
WorkspaceResourceTestBase::$firstCreatedEntityId property core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php The entity ID for the first created entity in testPost().
WorkspaceResourceTestBase::$secondCreatedEntityId property core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php The entity ID for the second created entity in testPost().
WorkspaceResourceTestBase::createAnotherEntity function core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php Creates another entity to be tested.
WorkspaceResourceTestBase::createEntity function core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php Creates the entity to be tested.
WorkspaceResourceTestBase::getExpectedNormalizedEntity function core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php Returns the expected normalization of the entity.
WorkspaceResourceTestBase::getNormalizedPatchEntity function core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php Returns the normalized PATCH entity.
WorkspaceResourceTestBase::getNormalizedPostEntity function core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php Returns the normalized POST entity.
workspaces.entity.query.sql service core/modules/workspaces/workspaces.services.yml Drupal\workspaces\EntityQuery\QueryFactory
workspaces.entity_schema_listener service core/modules/workspaces/workspaces.services.yml Drupal\workspaces\EventSubscriber\EntitySchemaSubscriber
WorkspacesContentModerationStateTest::$revEntityTypeId property core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php The ID of the revisionable entity type used in the tests.
WorkspacesContentModerationStateTest::addEntityTypeAndBundleToWorkflow function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Adds an entity type ID / bundle ID to the given workflow.
WorkspacesContentModerationStateTest::createEntity function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Creates an entity.
WorkspacesContentModerationStateTest::testWorkspaceEntityTypeModeration function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Tests that the &#039;workspace&#039; entity type can not be moderated.
WorkspaceSwitcherBlock::$entityTypeManager property core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php The entity type manager.
workspaces_entity_access function core/modules/workspaces/workspaces.module Implements hook_entity_access().
workspaces_entity_base_field_info function core/modules/workspaces/workspaces.module Implements hook_entity_base_field_info().
workspaces_entity_create_access function core/modules/workspaces/workspaces.module Implements hook_entity_create_access().
workspaces_entity_insert function core/modules/workspaces/workspaces.module Implements hook_entity_insert().
workspaces_entity_predelete function core/modules/workspaces/workspaces.module Implements hook_entity_predelete().
workspaces_entity_preload function core/modules/workspaces/workspaces.module Implements hook_entity_preload().
workspaces_entity_presave function core/modules/workspaces/workspaces.module Implements hook_entity_presave().
workspaces_entity_type_alter function core/modules/workspaces/workspaces.module Implements hook_entity_type_alter().
workspaces_entity_type_build function core/modules/workspaces/workspaces.module Implements hook_entity_type_build().
workspaces_entity_update function core/modules/workspaces/workspaces.module Implements hook_entity_update().
WorkspaceTestUtilities::getOneEntityByLabel function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Loads a single entity by its label.
WorkspaceViewBuilder::$entityTypeManager property core/modules/workspaces/src/WorkspaceViewBuilder.php The entity type manager.

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