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
WorkspaceMergeForm::getCancelUrl function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Returns the route to go to if the user cancels the action.
WorkspaceMergeForm::getDescription function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Returns additional text to display as a description.
WorkspaceMergeForm::getFormId function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Returns a unique string identifying the form.
WorkspaceMergeForm::getQuestion function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Returns the question to ask the user.
WorkspaceMergeForm::submitForm function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Form submission handler.
WorkspaceMergeForm::__construct function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Constructs a new WorkspaceMergeForm.
WorkspaceMerger class core/modules/workspaces/src/WorkspaceMerger.php Default implementation of the workspace merger.
WorkspaceMerger.php file core/modules/workspaces/src/WorkspaceMerger.php
WorkspaceMerger::$cacheTagsInvalidator property core/modules/workspaces/src/WorkspaceMerger.php The cache tag invalidator.
WorkspaceMerger::$database property core/modules/workspaces/src/WorkspaceMerger.php The database connection.
WorkspaceMerger::$entityTypeManager property core/modules/workspaces/src/WorkspaceMerger.php The entity type manager.
WorkspaceMerger::$sourceWorkspace property core/modules/workspaces/src/WorkspaceMerger.php The source workspace entity.
WorkspaceMerger::$targetWorkspace property core/modules/workspaces/src/WorkspaceMerger.php The target workspace entity.
WorkspaceMerger::$workspaceAssociation property core/modules/workspaces/src/WorkspaceMerger.php The workspace association service.
WorkspaceMerger::checkConflictsOnTarget function core/modules/workspaces/src/WorkspaceMerger.php Checks if there are any conflicts between the source and the target.
WorkspaceMerger::getDifferringRevisionIdsOnSource function core/modules/workspaces/src/WorkspaceMerger.php Gets the revision identifiers for items which have changed on the source.
WorkspaceMerger::getDifferringRevisionIdsOnTarget function core/modules/workspaces/src/WorkspaceMerger.php Gets the revision identifiers for items which have changed on the target.
WorkspaceMerger::getNumberOfChangesOnSource function core/modules/workspaces/src/WorkspaceMerger.php Gets the total number of items which have changed on the source.
WorkspaceMerger::getNumberOfChangesOnTarget function core/modules/workspaces/src/WorkspaceMerger.php Gets the total number of items which have changed on the target.
WorkspaceMerger::getSourceLabel function core/modules/workspaces/src/WorkspaceMerger.php Returns the human-readable label of the source.
WorkspaceMerger::getTargetLabel function core/modules/workspaces/src/WorkspaceMerger.php Returns the human-readable label of the target.
WorkspaceMerger::merge function core/modules/workspaces/src/WorkspaceMerger.php Merges the contents of the source workspace into the target workspace.
WorkspaceMerger::__construct function core/modules/workspaces/src/WorkspaceMerger.php Constructs a new WorkspaceMerger.
WorkspaceMergerInterface interface core/modules/workspaces/src/WorkspaceMergerInterface.php Defines an interface for the workspace merger.
WorkspaceMergerInterface.php file core/modules/workspaces/src/WorkspaceMergerInterface.php
WorkspaceMergerInterface::merge function core/modules/workspaces/src/WorkspaceMergerInterface.php Merges the contents of the source workspace into the target workspace.
WorkspaceMergerTest class core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php Tests workspace merging.
WorkspaceMergerTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php
WorkspaceMergerTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php The entity type manager.
WorkspaceMergerTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php Modules to enable.
WorkspaceMergerTest::$nodes property core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php An array of nodes created before installing the Workspaces module.
WorkspaceMergerTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php
WorkspaceMergerTest::testWorkspaceMerger function core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php Tests workspace merging.
WorkspaceNegotiatorInterface interface core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Workspace negotiators provide a way to get the active workspace.
WorkspaceNegotiatorInterface.php file core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php
WorkspaceNegotiatorInterface::applies function core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Checks whether the negotiator applies to the current request or not.
WorkspaceNegotiatorInterface::getActiveWorkspace function core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Gets the negotiated workspace, if any.
WorkspaceNegotiatorInterface::setActiveWorkspace function core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Sets the negotiated workspace.
WorkspaceNegotiatorInterface::unsetActiveWorkspace function core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Unsets the negotiated workspace.
WorkspaceOperationFactory class core/modules/workspaces/src/WorkspaceOperationFactory.php Defines a factory class for workspace operations.
WorkspaceOperationFactory.php file core/modules/workspaces/src/WorkspaceOperationFactory.php
WorkspaceOperationFactory::$cacheTagsInvalidator property core/modules/workspaces/src/WorkspaceOperationFactory.php The cache tags invalidator.
WorkspaceOperationFactory::$database property core/modules/workspaces/src/WorkspaceOperationFactory.php The database connection.
WorkspaceOperationFactory::$entityTypeManager property core/modules/workspaces/src/WorkspaceOperationFactory.php The entity type manager.
WorkspaceOperationFactory::$workspaceAssociation property core/modules/workspaces/src/WorkspaceOperationFactory.php The workspace association service.
WorkspaceOperationFactory::$workspaceManager property core/modules/workspaces/src/WorkspaceOperationFactory.php The workspace manager.
WorkspaceOperationFactory::getMerger function core/modules/workspaces/src/WorkspaceOperationFactory.php Gets the workspace merger.
WorkspaceOperationFactory::getPublisher function core/modules/workspaces/src/WorkspaceOperationFactory.php Gets the workspace publisher.
WorkspaceOperationFactory::__construct function core/modules/workspaces/src/WorkspaceOperationFactory.php Constructs a new WorkspacePublisher.
WorkspaceOperationInterface interface core/modules/workspaces/src/WorkspaceOperationInterface.php Defines an interface for workspace operations.

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