public function BBBMeetingTypeController::getDisplayWidth in BigBlueButton 8
2 calls to BBBMeetingTypeController::getDisplayWidth()
- BBBMeetingTypeController::attend in modules/
bbb_node/ src/ Controller/ BBBMeetingTypeController.php - Redirect to big blue button instance; Menu callback
- BBBMeetingTypeController::moderate in modules/
bbb_node/ src/ Controller/ BBBMeetingTypeController.php - Redirect to big blue button instance.
File
- modules/
bbb_node/ src/ Controller/ BBBMeetingTypeController.php, line 259
Class
- BBBMeetingTypeController
- Class BBBMeetingTypeController.
Namespace
Drupal\bbb_node\ControllerCode
public function getDisplayWidth() {
return $this->config
->get('display_width');
}