Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
WorkspaceEntityDeleteTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php Modules to install.
WorkspaceEntityDeleteTest::setUp function core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php
WorkspaceEntityDeleteTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php
WorkspaceEntityDeleteTest::testEntityDelete function core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php Test entity deletion with workspaces.
WorkspaceEntityDeleteTest::testEntityDeletion function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php Test entity deletion in a workspace.
WorkspaceEntityDeleteTest::testNodeDeleteWithBypassAccessPermission function core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php Test node deletion with workspaces and the 'bypass node access' permission.
WorkspaceEntityOperationsTest class core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php Tests entity operations with workspaces.
WorkspaceEntityOperationsTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php
WorkspaceEntityOperationsTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php The entity type manager.
WorkspaceEntityOperationsTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php Modules to install.
WorkspaceEntityOperationsTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php
WorkspaceEntityOperationsTest::testEntityCreation function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php Test published entity creation in a workspace.
WorkspaceEntityRepositoryTest class core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Tests the entity repository integration for workspaces.
WorkspaceEntityRepositoryTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php
WorkspaceEntityRepositoryTest::$entityRepository property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php The entity repository.
WorkspaceEntityRepositoryTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php The entity type manager.
WorkspaceEntityRepositoryTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Modules to install.
WorkspaceEntityRepositoryTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php
WorkspaceEntityRepositoryTest::testGetActive function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Tests retrieving active variants in a workspace.
WorkspaceForm class core/modules/workspaces_ui/src/Form/WorkspaceForm.php Form controller for the workspace edit forms.
WorkspaceForm.php file core/modules/workspaces_ui/src/Form/WorkspaceForm.php
WorkspaceForm::$entity property core/modules/workspaces_ui/src/Form/WorkspaceForm.php The workspace entity.
WorkspaceForm::$workspaceManager property core/modules/workspaces_ui/src/Form/WorkspaceForm.php The workspace manager.
WorkspaceForm::actions function core/modules/workspaces_ui/src/Form/WorkspaceForm.php Returns an array of supported actions for the current entity form.
WorkspaceForm::activate function core/modules/workspaces_ui/src/Form/WorkspaceForm.php Form submission handler for the 'submit' action.
WorkspaceForm::create function core/modules/workspaces_ui/src/Form/WorkspaceForm.php Instantiates a new instance of the implementing class using autowiring.
WorkspaceForm::flagViolations function core/modules/workspaces_ui/src/Form/WorkspaceForm.php Flags violations for the current form.
WorkspaceForm::form function core/modules/workspaces_ui/src/Form/WorkspaceForm.php Gets the actual form array to be built.
WorkspaceForm::getEditedFieldNames function core/modules/workspaces_ui/src/Form/WorkspaceForm.php Gets the names of all fields edited in the form.
WorkspaceForm::save function core/modules/workspaces_ui/src/Form/WorkspaceForm.php Form submission handler for the 'save' action.
WorkspaceFormPersistenceTest class core/modules/workspaces/tests/src/Kernel/WorkspaceFormPersistenceTest.php Tests form persistence for the active workspace.
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.
WorkspaceHandlerInterface interface core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php Defines workspace operations that need to vary by entity type.
WorkspaceHandlerInterface.php file core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php
WorkspaceHandlerInterface::isEntitySupported function core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php Determines if an entity should be tracked in a workspace.
WorkspaceIdNegotiatorInterface interface core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Interface for workspace negotiators that return only the negotiated ID.
WorkspaceIdNegotiatorInterface.php file core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php
WorkspaceIdNegotiatorInterface::getActiveWorkspaceId function core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Performs workspace negotiation.
WorkspaceInformation class core/modules/workspaces/src/WorkspaceInformation.php General service for workspace support information.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.