Search for %s

  1. Search 7.x for %s
  2. Search 8.9.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
WorkspaceListBuilder::getDefaultOperations function core/modules/workspaces/src/WorkspaceListBuilder.php Gets this list's default operations.
WorkspaceListBuilder::load function core/modules/workspaces/src/WorkspaceListBuilder.php Loads entities of this type from storage for listing.
WorkspaceListBuilder::offCanvasRender function core/modules/workspaces/src/WorkspaceListBuilder.php Renders the off canvas elements.
WorkspaceListBuilder::render function core/modules/workspaces/src/WorkspaceListBuilder.php Builds the entity listing as renderable array for table.html.twig.
WorkspaceListBuilder::__construct function core/modules/workspaces/src/WorkspaceListBuilder.php Constructs a new EntityListBuilder object.
WorkspaceManager class core/modules/workspaces/src/WorkspaceManager.php Provides the workspace manager.
WorkspaceManager.php file core/modules/workspaces/src/WorkspaceManager.php
WorkspaceManager::$activeWorkspace property core/modules/workspaces/src/WorkspaceManager.php The current active workspace or FALSE if there is no active workspace.
WorkspaceManager::$classResolver property core/modules/workspaces/src/WorkspaceManager.php The class resolver.
WorkspaceManager::$currentUser property core/modules/workspaces/src/WorkspaceManager.php The current user.
WorkspaceManager::$entityMemoryCache property core/modules/workspaces/src/WorkspaceManager.php The entity memory cache service.
WorkspaceManager::$entityTypeManager property core/modules/workspaces/src/WorkspaceManager.php The entity type manager.
WorkspaceManager::$logger property core/modules/workspaces/src/WorkspaceManager.php A logger instance.
WorkspaceManager::$negotiatorIds property core/modules/workspaces/src/WorkspaceManager.php The workspace negotiator service IDs.
WorkspaceManager::$requestStack property core/modules/workspaces/src/WorkspaceManager.php The request stack.
WorkspaceManager::$state property core/modules/workspaces/src/WorkspaceManager.php The state service.
WorkspaceManager::$supported property core/modules/workspaces/src/WorkspaceManager.php An array of which entity types are supported.
WorkspaceManager::$workspaceAssociation property core/modules/workspaces/src/WorkspaceManager.php The workspace association service.
WorkspaceManager::doSwitchWorkspace function core/modules/workspaces/src/WorkspaceManager.php Switches the current workspace.
WorkspaceManager::executeInWorkspace function core/modules/workspaces/src/WorkspaceManager.php Executes the given callback function in the context of a workspace.
WorkspaceManager::executeOutsideWorkspace function core/modules/workspaces/src/WorkspaceManager.php Executes the given callback function without any workspace context.
WorkspaceManager::getActiveWorkspace function core/modules/workspaces/src/WorkspaceManager.php Gets the active workspace.
WorkspaceManager::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceManager.php Returns an array of entity types that can belong to workspaces.
WorkspaceManager::hasActiveWorkspace function core/modules/workspaces/src/WorkspaceManager.php Determines whether a workspace is active in the current request.
WorkspaceManager::isEntityTypeSupported function core/modules/workspaces/src/WorkspaceManager.php Returns whether an entity type can belong to a workspace or not.
WorkspaceManager::purgeDeletedWorkspacesBatch function core/modules/workspaces/src/WorkspaceManager.php Deletes the revisions associated with deleted workspaces.
WorkspaceManager::setActiveWorkspace function core/modules/workspaces/src/WorkspaceManager.php Sets the active workspace via the workspace negotiators.
WorkspaceManager::shouldAlterOperations function core/modules/workspaces/src/WorkspaceManager.php Determines whether runtime entity operations should be altered.
WorkspaceManager::switchToLive function core/modules/workspaces/src/WorkspaceManager.php Unsets the active workspace via the workspace negotiators.
WorkspaceManager::__construct function core/modules/workspaces/src/WorkspaceManager.php Constructs a new WorkspaceManager.
WorkspaceManagerInterface interface core/modules/workspaces/src/WorkspaceManagerInterface.php Provides an interface for managing Workspaces.
WorkspaceManagerInterface.php file core/modules/workspaces/src/WorkspaceManagerInterface.php
WorkspaceManagerInterface::executeInWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Executes the given callback function in the context of a workspace.
WorkspaceManagerInterface::executeOutsideWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Executes the given callback function without any workspace context.
WorkspaceManagerInterface::getActiveWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Gets the active workspace.
WorkspaceManagerInterface::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceManagerInterface.php Returns an array of entity types that can belong to workspaces.
WorkspaceManagerInterface::hasActiveWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Determines whether a workspace is active in the current request.
WorkspaceManagerInterface::isEntityTypeSupported function core/modules/workspaces/src/WorkspaceManagerInterface.php Returns whether an entity type can belong to a workspace or not.
WorkspaceManagerInterface::purgeDeletedWorkspacesBatch function core/modules/workspaces/src/WorkspaceManagerInterface.php Deletes the revisions associated with deleted workspaces.
WorkspaceManagerInterface::setActiveWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Sets the active workspace via the workspace negotiators.
WorkspaceManagerInterface::shouldAlterOperations function core/modules/workspaces/src/WorkspaceManagerInterface.php Determines whether runtime entity operations should be altered.
WorkspaceManagerInterface::switchToLive function core/modules/workspaces/src/WorkspaceManagerInterface.php Unsets the active workspace via the workspace negotiators.
WorkspaceMergeForm class core/modules/workspaces/src/Form/WorkspaceMergeForm.php Provides a form that merges the contents for a workspace into another one.
WorkspaceMergeForm.php file core/modules/workspaces/src/Form/WorkspaceMergeForm.php
WorkspaceMergeForm::$entityTypeManager property core/modules/workspaces/src/Form/WorkspaceMergeForm.php The entity type manager.
WorkspaceMergeForm::$sourceWorkspace property core/modules/workspaces/src/Form/WorkspaceMergeForm.php The source workspace entity.
WorkspaceMergeForm::$targetWorkspace property core/modules/workspaces/src/Form/WorkspaceMergeForm.php The target workspace entity.
WorkspaceMergeForm::$workspaceOperationFactory property core/modules/workspaces/src/Form/WorkspaceMergeForm.php The workspace operation factory.
WorkspaceMergeForm::buildForm function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Form constructor.
WorkspaceMergeForm::create function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Instantiates a new instance of this class.

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