public function MeetingInterface::getBinderId in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::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 MeetingInterface::getBinderId()
- Meeting::getBinderId in src/
Entity/ Meeting.php - Returns the entity's Moxtra binder ID.
File
- src/
MeetingInterface.php, line 39
Class
- MeetingInterface
- Provides an interface defining a Workspace entity.
Namespace
Drupal\opigno_moxtraCode
public function getBinderId();