You are here

public function NodeMeeting::__construct in BigBlueButton 8

File

modules/bbb_node/src/Service/NodeMeeting.php, line 44

Class

NodeMeeting
Class NodeMeeting.

Namespace

Drupal\bbb_node\Service

Code

public function __construct(AccountInterface $current_user, EntityTypeManagerInterface $entity_type_manager, BbbMeeting $meeting_api) {
  $this->currentUser = $current_user;
  $this->entityTypeManager = $entity_type_manager;
  $this->meetingApi = $meeting_api;
}