| 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. |
| WorkspaceIntegrationTest::$entityTypeManager |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
The entity type manager. |
| 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. |
| WorkspaceMenuLinkContentIntegrationTest::$entityTypeManager |
property |
core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php |
The entity type manager. |
| 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/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_schema_listener |
service |
core/modules/workspaces/workspaces.services.yml |
Drupal\workspaces\EventSubscriber\EntitySchemaSubscriber |