You are here

public function MeetingResultInterface::getStatusString in Opigno Moxtra 3.x

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

Returns the user status as string.

Return value

string|null The user status, or NULL in case the user status field has not been set on the entity.

1 method overrides MeetingResultInterface::getStatusString()
MeetingResult::getStatusString in src/Entity/MeetingResult.php
Returns the user status as string.

File

src/MeetingResultInterface.php, line 103

Class

MeetingResultInterface
Provides an interface defining a Meeting Result entity.

Namespace

Drupal\opigno_moxtra

Code

public function getStatusString();