You are here

service bbb_node.meeting in BigBlueButton 8

Class

Drupal\bbb_node\Service\NodeMeeting
13 string references to bbb_node.meeting
BBBLoginMeeting::create in modules/bbb_node/src/Plugin/Block/BBBLoginMeeting.php
Creates an instance of the plugin.
BBBMeetingTypeController::create in modules/bbb_node/src/Controller/BBBMeetingTypeController.php
Instantiates a new instance of this class.
BBBNodeTypeFormController::create in modules/bbb_node/src/Form/BBBNodeTypeFormController.php
Instantiates a new instance of this class.
bbb_node_form_alter in modules/bbb_node/bbb_node.module
Implements hook_form_alter().
bbb_node_form_node_form_alter in modules/bbb_node/bbb_node.module
Implements hook_form_BASE_FORM_ID_alter().

... See full list

File

modules/bbb_node/bbb_node.services.yml
modules/bbb_node/bbb_node.services.yml

View source
  1. class: Drupal\bbb_node\Service\NodeMeeting
  2. arguments:
  3. - '@current_user'
  4. - '@entity_type.manager'
  5. - '@bbb.meeting'