You are here

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

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

Returns the entity's Moxtra binder ID.

Return value

string|null The Moxtra binder ID, or NULL in case the binder ID field has not been set on the entity.

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

File

src/WorkspaceInterface.php, line 39

Class

WorkspaceInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function getBinderId();