public function WorkspaceManagerInterface::getActiveWorkspace in Multiversion 8
Fetches the currently active workspace entity.
Return value
\Drupal\multiversion\Entity\WorkspaceInterface The active workspace entity.
1 method overrides WorkspaceManagerInterface::getActiveWorkspace()
- WorkspaceManager::getActiveWorkspace in src/
Workspace/ WorkspaceManager.php - @todo {@link https://www.drupal.org/node/2600382 Access check.}
File
- src/
Workspace/ WorkspaceManagerInterface.php, line 36
Class
Namespace
Drupal\multiversion\WorkspaceCode
public function getActiveWorkspace();