You are here

public function BBBNodeType::showLinks in BigBlueButton 8

Overrides BBBNodeTypeInterface::showLinks

File

modules/bbb_node/src/Entity/BBBNodeType.php, line 124

Class

BBBNodeType
Defines the BBBNodeType entity.

Namespace

Drupal\bbb_node\Entity

Code

public function showLinks() {
  return $this->showLinks;
}