Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| WorkspaceInformation.php | file | core/ |
|
| WorkspaceInformation::$ignored | property | core/ |
An array of workspace-ignored statuses, keyed by entity type ID. |
| WorkspaceInformation::$supported | property | core/ |
An array of workspace-support statuses, keyed by entity type ID. |
| WorkspaceInformation::getSupportedEntityTypes | function | core/ |
Returns an array of entity types that can belong to workspaces. |
| WorkspaceInformation::isEntityDeletable | function | core/ |
Determines whether an entity can be deleted in the given workspace. |
| WorkspaceInformation::isEntityIgnored | function | core/ |
Determines whether CRUD operations for an entity are allowed. |
| WorkspaceInformation::isEntitySupported | function | core/ |
Determines whether an entity can belong to a workspace. |
| WorkspaceInformation::isEntityTypeIgnored | function | core/ |
Determines whether CRUD operations for an entity type are allowed. |
| WorkspaceInformation::isEntityTypeSupported | function | core/ |
Determines whether an entity type can belong to a workspace. |
| WorkspaceInformation::__construct | function | core/ |
|
| WorkspaceInformationInterface | interface | core/ |
Provides an interface for workspace-support information. |
| WorkspaceInformationInterface.php | file | core/ |
|
| WorkspaceInformationInterface::getSupportedEntityTypes | function | core/ |
Returns an array of entity types that can belong to workspaces. |
| WorkspaceInformationInterface::isEntityDeletable | function | core/ |
Determines whether an entity can be deleted in the given workspace. |
| WorkspaceInformationInterface::isEntityIgnored | function | core/ |
Determines whether CRUD operations for an entity are allowed. |
| WorkspaceInformationInterface::isEntitySupported | function | core/ |
Determines whether an entity can belong to a workspace. |
| WorkspaceInformationInterface::isEntityTypeIgnored | function | core/ |
Determines whether CRUD operations for an entity type are allowed. |
| WorkspaceInformationInterface::isEntityTypeSupported | function | core/ |
Determines whether an entity type can belong to a workspace. |
| WorkspaceInformationTest | class | core/ |
Tests the workspace information service. |
| WorkspaceInformationTest.php | file | core/ |
|
| WorkspaceInformationTest::$entityTypeManager | property | core/ |
The entity type manager. |
| WorkspaceInformationTest::$modules | property | core/ |
Modules to install. |
| WorkspaceInformationTest::$state | property | core/ |
The state store. |
| WorkspaceInformationTest::$workspaceInformation | property | core/ |
The workspace information service. |
| WorkspaceInformationTest::setUp | function | core/ |
|
| WorkspaceInformationTest::testCustomSupportEntityTypes | function | core/ |
Tests an entity type with a custom workspace handler. |
| WorkspaceInformationTest::testIgnoredEntityTypes | function | core/ |
Tests ignored entity types. |
| WorkspaceInformationTest::testSupportedEntityTypes | function | core/ |
Tests fully supported entity types. |
| WorkspaceInformationTest::testUnsupportedEntityTypes | function | core/ |
Tests unsupported entity types. |
| WorkspaceIntegrationTest | class | core/ |
Tests a complete publishing scenario across different workspaces. |
| WorkspaceIntegrationTest.php | file | core/ |
|
| WorkspaceIntegrationTest::$createdTimestamp | property | core/ |
Creation timestamp that should be incremented for each new entity. |
| WorkspaceIntegrationTest::$entityTypeManager | property | core/ |
The entity type manager. |
| WorkspaceIntegrationTest::$modules | property | core/ |
Modules to install. |
| WorkspaceIntegrationTest::$nodes | property | core/ |
An array of nodes created before installing the Workspaces module. |
| WorkspaceIntegrationTest::assertEntityLoad | function | core/ |
Asserts that default revisions are properly swapped in a workspace. |
| WorkspaceIntegrationTest::assertEntityQuery | function | core/ |
Asserts that entity queries are giving the correct results in a workspace. |
| WorkspaceIntegrationTest::assertEntityRevisionLoad | function | core/ |
Asserts that non-default revisions are not changed. |
| WorkspaceIntegrationTest::assertWorkspaceStatus | function | core/ |
Checks entity load, entity queries and views results for a test scenario. |
| WorkspaceIntegrationTest::flattenExpectedValues | function | core/ |
Flattens the expectations array defined by testWorkspaces(). |
| WorkspaceIntegrationTest::providerTestAllowedEntityCrudInNonDefaultWorkspace | function | core/ |
Data provider for allowed entity CRUD operations. |
| WorkspaceIntegrationTest::setUp | function | core/ |
|
| WorkspaceIntegrationTest::testCliPublishing | function | core/ |
Tests workspace publishing as anonymous user, simulating a CLI request. |
| WorkspaceIntegrationTest::testCronRunsOutsideWorkspace | function | core/ |
Tests that cron runs outside of workspace context. |
| WorkspaceIntegrationTest::testDisallowedEntityCreateInNonDefaultWorkspace | function | core/ |
Tests CREATE operations for unsupported entity types. |
| WorkspaceIntegrationTest::testDisallowedEntityDeleteInNonDefaultWorkspace | function | core/ |
Tests DELETE operations for unsupported entity types. |
| WorkspaceIntegrationTest::testDisallowedEntityUpdateInNonDefaultWorkspace | function | core/ |
Tests UPDATE operations for unsupported entity types. |
| WorkspaceIntegrationTest::testEntityQueryRelationship | function | core/ |
Tests the Entity Query relationship API with workspaces. |
| WorkspaceIntegrationTest::testEntityQueryWithoutConditions | function | core/ |
Tests entity query overrides without any conditions. |
| WorkspaceIntegrationTest::testExecuteInWorkspaceContext | function | core/ |
Tests execute in workspace context. |
Pagination
- Previous page
- Page 1852
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.