You are here

public function BBBNodeType::showStatus in BigBlueButton 8

Overrides BBBNodeTypeInterface::showStatus

File

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

Class

BBBNodeType
Defines the BBBNodeType entity.

Namespace

Drupal\bbb_node\Entity

Code

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