Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
WorkspaceActivateForm::$entity property core/modules/workspaces/src/Form/WorkspaceActivateForm.php The workspace entity.
WorkspaceActivateForm::$messenger property core/modules/workspaces/src/Form/WorkspaceActivateForm.php The messenger service.
WorkspaceActivateForm::$workspaceManager property core/modules/workspaces/src/Form/WorkspaceActivateForm.php The workspace replication manager.
WorkspaceActivateForm::actions function core/modules/workspaces/src/Form/WorkspaceActivateForm.php Returns an array of supported actions for the current entity form.
WorkspaceActivateForm::buildForm function core/modules/workspaces/src/Form/WorkspaceActivateForm.php Form constructor.
WorkspaceActivateForm::create function core/modules/workspaces/src/Form/WorkspaceActivateForm.php Instantiates a new instance of this class.
WorkspaceActivateForm::getCancelUrl function core/modules/workspaces/src/Form/WorkspaceActivateForm.php Returns the route to go to if the user cancels the action.
WorkspaceActivateForm::getDescription function core/modules/workspaces/src/Form/WorkspaceActivateForm.php Returns additional text to display as a description.
WorkspaceActivateForm::getQuestion function core/modules/workspaces/src/Form/WorkspaceActivateForm.php Returns the question to ask the user.
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::$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::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::getTrackedEntities function core/modules/workspaces/src/WorkspaceAssociation.php Retrieves the 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::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.
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::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::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.
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.
WorkspaceBypassTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php Modules to enable.
WorkspaceBypassTest::testBypassOwnWorkspace function core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php Verifies that a user can edit anything in a workspace they own.
WorkspaceCacheContext class core/modules/workspaces/src/WorkspaceCacheContext.php Defines the WorkspaceCacheContext service, for "per workspace" caching.
WorkspaceCacheContext.php file core/modules/workspaces/src/WorkspaceCacheContext.php
WorkspaceCacheContext::$workspaceManager property core/modules/workspaces/src/WorkspaceCacheContext.php The workspace manager.
WorkspaceCacheContext::getCacheableMetadata function core/modules/workspaces/src/WorkspaceCacheContext.php Gets the cacheability metadata for the context.
WorkspaceCacheContext::getContext function core/modules/workspaces/src/WorkspaceCacheContext.php Returns the string representation of the cache context.
WorkspaceCacheContext::getLabel function core/modules/workspaces/src/WorkspaceCacheContext.php Returns the label of the cache context.
WorkspaceCacheContext::__construct function core/modules/workspaces/src/WorkspaceCacheContext.php Constructs a new WorkspaceCacheContext service.
WorkspaceCacheContextTest class core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php Tests the workspace cache context.
WorkspaceCacheContextTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php

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