You are here

public function WorkspacePointerInterface::setWorkspaceAvailable in Workspace 8

Sets the availability of the workspace.

Parameters

bool $available:

Return value

$this

1 method overrides WorkspacePointerInterface::setWorkspaceAvailable()
WorkspacePointer::setWorkspaceAvailable in src/Entity/WorkspacePointer.php
Sets the availability of the workspace.

File

src/WorkspacePointerInterface.php, line 111

Class

WorkspacePointerInterface
Provides an interface for defining Workspace pointer entities.

Namespace

Drupal\workspace

Code

public function setWorkspaceAvailable($available = TRUE);