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