public function BBBLoginMeeting::build in BigBlueButton 8
Implements \Drupal\block\BlockBase::build().
Overrides BlockPluginInterface::build
File
- modules/
bbb_node/ src/ Plugin/ Block/ BBBLoginMeeting.php, line 96
Class
- BBBLoginMeeting
- Provides a "BBB Meeting details" block.
Namespace
Drupal\bbb_node\Plugin\BlockCode
public function build() {
return [
'#theme' => 'bbb_meeting',
'#meeting' => $this->nodeMeeting
->get($this->routeMatch
->getParameter('node')),
];
}