You are here

public function BBBMeetingTypeController::getTitle in BigBlueButton 8

1 string reference to 'BBBMeetingTypeController::getTitle'
bbb_node.routing.yml in modules/bbb_node/bbb_node.routing.yml
modules/bbb_node/bbb_node.routing.yml

File

modules/bbb_node/src/Controller/BBBMeetingTypeController.php, line 247

Class

BBBMeetingTypeController
Class BBBMeetingTypeController.

Namespace

Drupal\bbb_node\Controller

Code

public function getTitle(NodeInterface $node) {
  return $node
    ->getTitle();
}