You are here

public function WorkspaceInterface::setBinderId in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 src/WorkspaceInterface.php \Drupal\opigno_moxtra\WorkspaceInterface::setBinderId()

Sets the entity's Moxtra binder ID.

Parameters

string $id: The Moxtra binder ID.

Return value

$this

1 method overrides WorkspaceInterface::setBinderId()
Workspace::setBinderId in src/Entity/Workspace.php
Sets the entity's Moxtra binder ID.

File

src/WorkspaceInterface.php, line 49

Class

WorkspaceInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function setBinderId($id);