You are here

public function WorkspacePointerInterface::setWorkspaceId in Workspace 8

Sets the referenced workspace ID.

Parameters

int $workspace_id: The workspace id.

Return value

$this

1 method overrides WorkspacePointerInterface::setWorkspaceId()
WorkspacePointer::setWorkspaceId in src/Entity/WorkspacePointer.php
Sets the referenced workspace ID.

File

src/WorkspacePointerInterface.php, line 92

Class

WorkspacePointerInterface
Provides an interface for defining Workspace pointer entities.

Namespace

Drupal\workspace

Code

public function setWorkspaceId($workspace_id);