function brightcove_update_8101 in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 brightcove.install \brightcove_update_8101()
- 3.x brightcove.install \brightcove_update_8101()
Drop brightcove_callback table.
File
- ./
brightcove.install, line 147 - Brightcove install file.
Code
function brightcove_update_8101() {
\Drupal::database()
->schema()
->dropTable('brightcove_callback');
}