function bbb_uninstall in BigBlueButton 8
Same name and namespace in other branches
- 6 bbb.install \bbb_uninstall()
- 7 bbb.install \bbb_uninstall()
Implements hook_uninstall().
File
- ./
bbb.install, line 6
Code
function bbb_uninstall() {
\Drupal::keyValue('bbb_meetings')
->deleteAll();
}