public function MeetingResultInterface::getMeetingId in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/MeetingResultInterface.php \Drupal\opigno_moxtra\MeetingResultInterface::getMeetingId()
Returns the meeting ID.
Return value
int|null The meeting ID, or NULL in case the meeting ID field has not been set on the entity.
1 method overrides MeetingResultInterface::getMeetingId()
- MeetingResult::getMeetingId in src/
Entity/ MeetingResult.php - Returns the meeting ID.
File
- src/
MeetingResultInterface.php, line 38
Class
- MeetingResultInterface
- Provides an interface defining a Meeting Result entity.
Namespace
Drupal\opigno_moxtraCode
public function getMeetingId();