function WorkspaceMerger::getSourceLabel
Same name in other branches
- 9 core/modules/workspaces/src/WorkspaceMerger.php \Drupal\workspaces\WorkspaceMerger::getSourceLabel()
- 8.9.x core/modules/workspaces/src/WorkspaceMerger.php \Drupal\workspaces\WorkspaceMerger::getSourceLabel()
- 10 core/modules/workspaces/src/WorkspaceMerger.php \Drupal\workspaces\WorkspaceMerger::getSourceLabel()
Overrides WorkspaceOperationInterface::getSourceLabel
File
-
core/
modules/ workspaces/ src/ WorkspaceMerger.php, line 79
Class
- WorkspaceMerger
- Default implementation of the workspace merger.
Namespace
Drupal\workspacesCode
public function getSourceLabel() {
return $this->sourceWorkspace
->label();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.