| 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. |
| WorkspaceMergeForm::$sourceWorkspace |
property |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
The source workspace entity. |
| WorkspaceMergeForm::$targetWorkspace |
property |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
The target workspace entity. |
| WorkspaceMergeForm::$workspaceOperationFactory |
property |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
The workspace operation factory. |
| WorkspaceMergeForm::buildForm |
function |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
Form constructor. |
| WorkspaceMergeForm::create |
function |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| WorkspaceMergeForm::getCancelUrl |
function |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
Returns the route to go to if the user cancels the action. |
| WorkspaceMergeForm::getDescription |
function |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
Returns additional text to display as a description. |
| WorkspaceMergeForm::getFormId |
function |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
Returns a unique string identifying the form. |
| WorkspaceMergeForm::getQuestion |
function |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
Returns the question to ask the user. |
| WorkspaceMergeForm::submitForm |
function |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
Form submission handler. |
| WorkspaceMergeForm::__construct |
function |
core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php |
Constructs a new WorkspaceMergeForm. |
| WorkspacePublisherTest::testSubmitFormWithException |
function |
core/modules/workspaces/tests/src/Kernel/WorkspacePublisherTest.php |
Tests submit form with exception. |
| WorkspacePublishForm |
class |
core/modules/workspaces_ui/src/Form/WorkspacePublishForm.php |
Provides the workspace publishing form. |
| WorkspacePublishForm.php |
file |
core/modules/workspaces_ui/src/Form/WorkspacePublishForm.php |
|
| WorkspacePublishForm::$entityTypeManager |
property |
core/modules/workspaces_ui/src/Form/WorkspacePublishForm.php |
The entity type manager. |
| WorkspacePublishForm::$workspace |
property |
core/modules/workspaces_ui/src/Form/WorkspacePublishForm.php |
The workspace that will be published. |
| WorkspacePublishForm::$workspaceOperationFactory |
property |
core/modules/workspaces_ui/src/Form/WorkspacePublishForm.php |
The workspace operation factory. |
| WorkspacePublishForm::buildForm |
function |
core/modules/workspaces_ui/src/Form/WorkspacePublishForm.php |
Form constructor. |
| WorkspacePublishForm::create |
function |
core/modules/workspaces_ui/src/Form/WorkspacePublishForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| WorkspacePublishForm::getCancelUrl |
function |
core/modules/workspaces_ui/src/Form/WorkspacePublishForm.php |
Returns the route to go to if the user cancels the action. |
| WorkspacePublishForm::getDescription |
function |
core/modules/workspaces_ui/src/Form/WorkspacePublishForm.php |
Returns additional text to display as a description. |