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
Title Object type File name Summary
WorkspaceEntityDeleteTest::testEntityDelete function core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php Test entity deletion with workspaces.
WorkspaceEntityDeleteTest::testEntityDeletion function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php Test entity deletion in a workspace.
WorkspaceEntityDeleteTest::testNodeDeleteWithBypassAccessPermission function core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php Test node deletion with workspaces and the 'bypass node access' permission.
WorkspaceEntityRepositoryTest class core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Tests the entity repository integration for workspaces.
WorkspaceEntityRepositoryTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php
WorkspaceEntityRepositoryTest::$entityRepository property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php The entity repository.
WorkspaceEntityRepositoryTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php The entity type manager.
WorkspaceEntityRepositoryTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Modules to install.
WorkspaceEntityRepositoryTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php
WorkspaceEntityRepositoryTest::testGetActive function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Tests retrieving active variants in a workspace.
WorkspaceFormPersistenceTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php The entity type manager.
WorkspaceHandlerInterface::isEntitySupported function core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php Determines if an entity should be tracked in a workspace.
WorkspaceInformation::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceInformation.php Returns an array of entity types that can belong to workspaces.
WorkspaceInformation::isEntityDeletable function core/modules/workspaces/src/WorkspaceInformation.php Determines whether an entity can be deleted in the given workspace.
WorkspaceInformation::isEntityIgnored function core/modules/workspaces/src/WorkspaceInformation.php Determines whether CRUD operations for an entity are allowed.
WorkspaceInformation::isEntitySupported function core/modules/workspaces/src/WorkspaceInformation.php Determines whether an entity can belong to a workspace.
WorkspaceInformation::isEntityTypeIgnored function core/modules/workspaces/src/WorkspaceInformation.php Determines whether CRUD operations for an entity type are allowed.
WorkspaceInformation::isEntityTypeSupported function core/modules/workspaces/src/WorkspaceInformation.php Determines whether an entity type can belong to a workspace.
WorkspaceInformationInterface::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceInformationInterface.php Returns an array of entity types that can belong to workspaces.
WorkspaceInformationInterface::isEntityDeletable function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether an entity can be deleted in the given workspace.
WorkspaceInformationInterface::isEntityIgnored function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether CRUD operations for an entity are allowed.
WorkspaceInformationInterface::isEntitySupported function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether an entity can belong to a workspace.
WorkspaceInformationInterface::isEntityTypeIgnored function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether CRUD operations for an entity type are allowed.
WorkspaceInformationInterface::isEntityTypeSupported function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether an entity type can belong to a workspace.
WorkspaceInformationTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php The entity type manager.
WorkspaceInformationTest::testCustomSupportEntityTypes function core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php Tests an entity type with a custom workspace handler.
WorkspaceInformationTest::testIgnoredEntityTypes function core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php Tests ignored entity types.
WorkspaceInformationTest::testSupportedEntityTypes function core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php Tests fully supported entity types.
WorkspaceInformationTest::testUnsupportedEntityTypes function core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php Tests unsupported entity types.
WorkspaceMenuLinkContentIntegrationTest::$entityTypeManager property core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php The entity type manager.
WorkspaceResourceTestBase::$entityTypeId property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php The tested entity type.
WorkspaceResourceTestBase::$firstCreatedEntityId property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php The entity ID for the first created entity in testPost().
WorkspaceResourceTestBase::$secondCreatedEntityId property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php The entity ID for the second created entity in testPost().
WorkspaceResourceTestBase::createAnotherEntity function core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php Creates another entity to be tested.
WorkspaceResourceTestBase::createEntity function core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php Creates the entity to be tested.
WorkspaceResourceTestBase::getExpectedNormalizedEntity function core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php Returns the expected normalization of the entity.
WorkspaceResourceTestBase::getModifiedEntityForPostTesting function core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php Gets the normalized POST entity with random values for its unique fields.
WorkspaceResourceTestBase::getNormalizedPatchEntity function core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php Returns the normalized PATCH entity.
WorkspaceResourceTestBase::getNormalizedPostEntity function core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php Returns the normalized POST entity.
WorkspaceSafeFormTrait::isWorkspaceSafeEntity function core/lib/Drupal/Core/Entity/Form/WorkspaceSafeFormTrait.php Determines whether an entity used in a form is workspace-safe.
WorkspaceSafeFormTrait::isWorkspaceSafeEntityType function core/lib/Drupal/Core/Entity/Form/WorkspaceSafeFormTrait.php Determines whether an entity type used in a form is workspace-safe.
WorkspacesEntityRepository class core/modules/workspaces/src/WorkspacesEntityRepository.php Provides workspace-specific mechanisms for retrieving entities.
WorkspacesEntityRepository.php file core/modules/workspaces/src/WorkspacesEntityRepository.php
WorkspacesEntityRepository::getActive function core/modules/workspaces/src/WorkspacesEntityRepository.php Retrieves the active entity variant matching the specified context.
WorkspacesEntityRepository::getActiveMultiple function core/modules/workspaces/src/WorkspacesEntityRepository.php Retrieves the active entity variants matching the specified context.
WorkspacesEntityRepository::getCanonical function core/modules/workspaces/src/WorkspacesEntityRepository.php Retrieves the canonical entity variant matching the specified context.
WorkspacesEntityRepository::getCanonicalMultiple function core/modules/workspaces/src/WorkspacesEntityRepository.php Retrieves the canonical entity variants matching the specified context.
WorkspacesEntityRepository::getTranslationFromContext function core/modules/workspaces/src/WorkspacesEntityRepository.php Gets the entity translation to be used in the given context.
WorkspacesEntityRepository::loadEntityByConfigTarget function core/modules/workspaces/src/WorkspacesEntityRepository.php Loads an entity by the config target identifier.
WorkspacesEntityRepository::loadEntityByUuid function core/modules/workspaces/src/WorkspacesEntityRepository.php Loads an entity by UUID.

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