bbb.install in BigBlueButton 8
Same filename and directory in other branches
File
bbb.installView source
<?php
/**
* Implements hook_uninstall().
*/
function bbb_uninstall() {
\Drupal::keyValue('bbb_meetings')
->deleteAll();
}
Functions
Name | Description |
---|---|
bbb_uninstall | Implements hook_uninstall(). |