You are here

public function MeetingInterface::getResultsIds in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::getResultsIds()

Returns the related Live Meeting results.

Return value

array|null The related Live Meeting results, or NULL in case there are no results.

1 method overrides MeetingInterface::getResultsIds()
Meeting::getResultsIds in src/Entity/Meeting.php
Returns the related Live Meeting results.

File

src/MeetingInterface.php, line 297

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function getResultsIds();