You are here

public function WorkspaceInterface::isDefaultWorkspace in Multiversion 8

Determines whether the workspace is the default one or not.

Return value

bool TRUE if this workspace is the default one (e.g 'Live'), FALSE otherwise.

1 method overrides WorkspaceInterface::isDefaultWorkspace()
Workspace::isDefaultWorkspace in src/Entity/Workspace.php
Determines whether the workspace is the default one or not.

File

src/Entity/WorkspaceInterface.php, line 52

Class

WorkspaceInterface

Namespace

Drupal\multiversion\Entity

Code

public function isDefaultWorkspace();