You are here

function bbb_uninstall in BigBlueButton 8

Same name and namespace in other branches
  1. 6 bbb.install \bbb_uninstall()
  2. 7 bbb.install \bbb_uninstall()

Implements hook_uninstall().

File

./bbb.install, line 6

Code

function bbb_uninstall() {
  \Drupal::keyValue('bbb_meetings')
    ->deleteAll();
}