| WorkspaceProviderBase::entityPreload |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderBase.php |
Acts before an entity is loaded. |
| WorkspaceProviderBase::entityPresave |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderBase.php |
Acts before an entity is saved. |
| WorkspaceProviderBase::entityRevisionDelete |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderBase.php |
Acts after an entity revision has been deleted. |
| WorkspaceProviderBase::entityTranslationInsert |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderBase.php |
Acts after an entity translation has been added. |
| WorkspaceProviderBase::entityUpdate |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderBase.php |
Acts after an entity has been updated. |
| WorkspaceProviderInterface::entityCreate |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php |
Acts before an entity is created. |
| WorkspaceProviderInterface::entityDelete |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php |
Acts after an entity has been deleted. |
| WorkspaceProviderInterface::entityInsert |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php |
Acts after an entity has been added. |
| WorkspaceProviderInterface::entityPredelete |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php |
Acts before an entity is deleted. |
| WorkspaceProviderInterface::entityPreload |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php |
Acts before an entity is loaded. |
| WorkspaceProviderInterface::entityPresave |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php |
Acts before an entity is saved. |
| WorkspaceProviderInterface::entityRevisionDelete |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php |
Acts after an entity revision has been deleted. |
| WorkspaceProviderInterface::entityTranslationInsert |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php |
Acts after an entity translation has been added. |
| WorkspaceProviderInterface::entityUpdate |
function |
core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php |
Acts after an entity has been updated. |
| WorkspacePublisherTest::$entityTypeManager |
property |
core/modules/workspaces/tests/src/Kernel/WorkspacePublisherTest.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/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. |
| workspaces.controller.entity_form |
service |
core/modules/workspaces/workspaces.services.yml |
Drupal\workspaces\Controller\WorkspacesHtmlEntityFormController |
| workspaces.entity.query.sql |
service |
core/modules/workspaces/workspaces.services.yml |
Drupal\workspaces\EntityQuery\QueryFactory |
| workspaces.entity.repository |
service |
core/modules/workspaces/workspaces.services.yml |
Drupal\workspaces\WorkspacesEntityRepository |
| workspaces.entity_schema_listener |
service |
core/modules/workspaces/workspaces.services.yml |
Drupal\workspaces\EventSubscriber\EntitySchemaSubscriber |
| 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. |
| 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::testContentModerationMultipleEntityTypesWithWorkspaces |
function |
core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php |
Publish a workspace with multiple entities from different entity types. |
| WorkspacesContentModerationStateTest::testWorkspaceEntityTypeModeration |
function |
core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php |
Tests that the 'workspace' entity type can not be moderated. |
| 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. |
| WorkspacesEntityRepository::__construct |
function |
core/modules/workspaces/src/WorkspacesEntityRepository.php |
|
| WorkspacesFileItemTest::$entityTypeManager |
property |
core/modules/workspaces/tests/src/Kernel/WorkspacesFileItemTest.php |
The entity type manager. |
| WorkspacesHtmlEntityFormController |
class |
core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php |
Overrides the entity form controller service for workspaces operations. |
| WorkspacesHtmlEntityFormController.php |
file |
core/modules/workspaces/src/Controller/WorkspacesHtmlEntityFormController.php |
|