| WorkspaceFormPersistenceTest.php |
file |
core/modules/workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php |
|
| WorkspaceFormPersistenceTest::$entityTypeManager |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php |
The entity type manager. |
| WorkspaceFormPersistenceTest::$formBuilder |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php |
The form builder. |
| WorkspaceFormPersistenceTest::$modules |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php |
Modules to install. |
| WorkspaceFormPersistenceTest::setUp |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php |
|
| WorkspaceFormPersistenceTest::testFormPersistence |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php |
Tests that the active workspace is persisted throughout a form's lifecycle. |
| WorkspaceFormValidationTest |
class |
core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php |
Tests Workspaces form validation. |
| WorkspaceFormValidationTest.php |
file |
core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php |
|
| WorkspaceFormValidationTest::$defaultTheme |
property |
core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php |
The theme to install as the default for testing. |
| WorkspaceFormValidationTest::$modules |
property |
core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php |
Modules to install. |
| WorkspaceFormValidationTest::setUp |
function |
core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php |
|
| WorkspaceFormValidationTest::testValidateLimitErrors |
function |
core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php |
Tests partial form validation through #limit_validation_errors. |
| WorkspaceInformation |
class |
core/modules/workspaces/src/WorkspaceInformation.php |
General service for workspace support information. |
| WorkspaceInformation.php |
file |
core/modules/workspaces/src/WorkspaceInformation.php |
|
| WorkspaceInformation::$ignored |
property |
core/modules/workspaces/src/WorkspaceInformation.php |
An array of workspace-ignored statuses, keyed by entity type ID. |
| WorkspaceInformation::$supported |
property |
core/modules/workspaces/src/WorkspaceInformation.php |
An array of workspace-support statuses, keyed by entity type ID. |
| 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. |
| WorkspaceInformation::__construct |
function |
core/modules/workspaces/src/WorkspaceInformation.php |
|
| WorkspaceInformationInterface |
interface |
core/modules/workspaces/src/WorkspaceInformationInterface.php |
Provides an interface for workspace-support information. |
| WorkspaceInformationInterface.php |
file |
core/modules/workspaces/src/WorkspaceInformationInterface.php |
|
| 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 |
class |
core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php |
Tests the workspace information service. |
| WorkspaceInformationTest.php |
file |
core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php |
|
| WorkspaceInformationTest::$entityTypeManager |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php |
The entity type manager. |
| WorkspaceInformationTest::$modules |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php |
Modules to install. |
| WorkspaceInformationTest::$state |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php |
The state store. |
| WorkspaceInformationTest::$workspaceInformation |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php |
The workspace information service. |
| WorkspaceInformationTest::setUp |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php |
|
| 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::testFormCacheForEntityForms |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests that entity forms can be stored in the form cache. |
| WorkspaceIntegrationTest::testFormCacheForRegularForms |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests that non-entity forms can be stored in the form cache. |
| WorkspaceJsonAnonTest::$format |
property |
core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonAnonTest.php |
The format to use in this test. |
| WorkspaceJsonBasicAuthTest::$format |
property |
core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonBasicAuthTest.php |
The format to use in this test. |
| WorkspaceJsonCookieTest::$format |
property |
core/modules/workspaces/tests/src/Functional/Rest/WorkspaceJsonCookieTest.php |
The format to use in this test. |
| WorkspaceMergeForm |
class |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
Provides a form that merges the contents for a workspace into another one. |
| WorkspaceMergeForm.php |
file |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
|
| WorkspaceMergeForm::$entityTypeManager |
property |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
The entity type manager. |