public function WorkspacePointerInterface::getWorkspace in Workspace 8
Returns the referenced workspace entity.
Return value
\Drupal\multiversion\Entity\WorkspaceInterface The workspace entity.
1 method overrides WorkspacePointerInterface::getWorkspace()
- WorkspacePointer::getWorkspace in src/
Entity/ WorkspacePointer.php - Returns the referenced workspace entity.
File
- src/
WorkspacePointerInterface.php, line 73
Class
- WorkspacePointerInterface
- Provides an interface for defining Workspace pointer entities.
Namespace
Drupal\workspaceCode
public function getWorkspace();