You are here

public function MeetingInterface::get in BigBlueButton 8

Return a meeting object.

Parameters

mixed $id: Meeting ID.

\Drupal\Core\Session\AccountInterface|null $account: User instance.

bool $cached: Flag of returning cached results.

Return value

array Meeting info.

1 method overrides MeetingInterface::get()
Meeting::get in src/Service/Meeting.php
Return a meeting object.

File

src/Service/MeetingInterface.php, line 38

Class

MeetingInterface
Class NodeMeeting.

Namespace

Drupal\bbb\Service

Code

public function get($id, AccountInterface $account = NULL, $cached = TRUE);