Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
WorkspaceActivateForm::submitForm function core/modules/workspaces/src/Form/WorkspaceActivateForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
WorkspaceActivateForm::__construct function core/modules/workspaces/src/Form/WorkspaceActivateForm.php Constructs a new WorkspaceActivateForm.
WorkspaceAssociation class core/modules/workspaces/src/WorkspaceAssociation.php Provides a class for CRUD operations on workspace associations.
WorkspaceAssociation.php file core/modules/workspaces/src/WorkspaceAssociation.php
WorkspaceAssociation::$associatedInitialRevisions property core/modules/workspaces/src/WorkspaceAssociation.php A multidimensional array of entity IDs that were created in a workspace.
WorkspaceAssociation::$associatedRevisions property core/modules/workspaces/src/WorkspaceAssociation.php A multidimensional array of entity IDs that are associated to a workspace.
WorkspaceAssociation::$database property core/modules/workspaces/src/WorkspaceAssociation.php The database connection.
WorkspaceAssociation::$entityTypeManager property core/modules/workspaces/src/WorkspaceAssociation.php The entity type manager.
WorkspaceAssociation::$workspaceRepository property core/modules/workspaces/src/WorkspaceAssociation.php The workspace repository service.
WorkspaceAssociation::deleteAssociations function core/modules/workspaces/src/WorkspaceAssociation.php Deletes all the workspace association records for the given workspace.
WorkspaceAssociation::getAssociatedInitialRevisions function core/modules/workspaces/src/WorkspaceAssociation.php Retrieves all content revisions that were created in a given workspace.
WorkspaceAssociation::getAssociatedRevisions function core/modules/workspaces/src/WorkspaceAssociation.php Retrieves all content revisions tracked by a given workspace.
WorkspaceAssociation::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceAssociation.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceAssociation::getSubscribedEvents function core/modules/workspaces/src/WorkspaceAssociation.php
WorkspaceAssociation::getTrackedEntities function core/modules/workspaces/src/WorkspaceAssociation.php Retrieves the entities tracked by a given workspace.
WorkspaceAssociation::getTrackedEntitiesForListing function core/modules/workspaces/src/WorkspaceAssociation.php Retrieves a paged list of entities tracked by a given workspace.
WorkspaceAssociation::initializeWorkspace function core/modules/workspaces/src/WorkspaceAssociation.php Initializes a workspace with all the associations of its parent.
WorkspaceAssociation::onPostPublish function core/modules/workspaces/src/WorkspaceAssociation.php Triggers clean-up operations after a workspace is published.
WorkspaceAssociation::postPublish function core/modules/workspaces/src/WorkspaceAssociation.php Triggers clean-up operations after publishing a workspace.
WorkspaceAssociation::TABLE constant core/modules/workspaces/src/WorkspaceAssociation.php The table for the workspace association storage.
WorkspaceAssociation::trackEntity function core/modules/workspaces/src/WorkspaceAssociation.php Updates or creates the association for a given entity and a workspace.
WorkspaceAssociation::workspaceInsert function core/modules/workspaces/src/WorkspaceAssociation.php Responds to the creation of a new workspace entity.
WorkspaceAssociation::__construct function core/modules/workspaces/src/WorkspaceAssociation.php Constructs a WorkspaceAssociation object.
WorkspaceAssociationDeprecationTest class core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationDeprecationTest.php @coversDefaultClass \Drupal\workspaces\WorkspaceAssociation[[api-linebreak]]
@group legacy
WorkspaceAssociationDeprecationTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationDeprecationTest.php
WorkspaceAssociationDeprecationTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationDeprecationTest.php Modules to install.
WorkspaceAssociationDeprecationTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationDeprecationTest.php
WorkspaceAssociationDeprecationTest::testPostPublishDeprecation function core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationDeprecationTest.php @covers ::postPublish[[api-linebreak]]
WorkspaceAssociationInterface interface core/modules/workspaces/src/WorkspaceAssociationInterface.php Defines an interface for the workspace_association service.
WorkspaceAssociationInterface.php file core/modules/workspaces/src/WorkspaceAssociationInterface.php
WorkspaceAssociationInterface::deleteAssociations function core/modules/workspaces/src/WorkspaceAssociationInterface.php Deletes all the workspace association records for the given workspace.
WorkspaceAssociationInterface::getAssociatedInitialRevisions function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves all content revisions that were created in a given workspace.
WorkspaceAssociationInterface::getAssociatedRevisions function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves all content revisions tracked by a given workspace.
WorkspaceAssociationInterface::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceAssociationInterface.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceAssociationInterface::getTrackedEntities function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves the entities tracked by a given workspace.
WorkspaceAssociationInterface::getTrackedEntitiesForListing function core/modules/workspaces/src/WorkspaceAssociationInterface.php Retrieves a paged list of entities tracked by a given workspace.
WorkspaceAssociationInterface::initializeWorkspace function core/modules/workspaces/src/WorkspaceAssociationInterface.php Initializes a workspace with all the associations of its parent.
WorkspaceAssociationInterface::postPublish function core/modules/workspaces/src/WorkspaceAssociationInterface.php Triggers clean-up operations after publishing a workspace.
WorkspaceAssociationInterface::trackEntity function core/modules/workspaces/src/WorkspaceAssociationInterface.php Updates or creates the association for a given entity and a workspace.
WorkspaceAssociationInterface::workspaceInsert function core/modules/workspaces/src/WorkspaceAssociationInterface.php Responds to the creation of a new workspace entity.
WorkspaceAssociationTest class core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php Tests workspace associations.
WorkspaceAssociationTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php
WorkspaceAssociationTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php The entity type manager.
WorkspaceAssociationTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php Modules to install.
WorkspaceAssociationTest::assertWorkspaceAssociations function core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php Checks the workspace associations for a test scenario.
WorkspaceAssociationTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php
WorkspaceAssociationTest::testWorkspaceAssociation function core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php Tests the revisions tracked by a workspace.
WorkspaceBypassTest class core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php Tests access bypass permission controls on workspaces.
WorkspaceBypassTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php
WorkspaceBypassTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php The theme to install as the default for testing.

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