You are here

bbb.install in BigBlueButton 8

Same filename and directory in other branches
  1. 6 bbb.install
  2. 7 bbb.install

File

bbb.install
View source
<?php

/**
 * Implements hook_uninstall().
 */
function bbb_uninstall() {
  \Drupal::keyValue('bbb_meetings')
    ->deleteAll();
}

Functions

Namesort descending Description
bbb_uninstall Implements hook_uninstall().