function video_zencoder_uninstall in Video 6.4
Same name and namespace in other branches
- 6.5 plugins/video_zencoder/video_zencoder.install \video_zencoder_uninstall()
- 7 modules/video_zencoder/video_zencoder.install \video_zencoder_uninstall()
Implementation of hook_uninstall().
File
- plugins/
video_zencoder/ video_zencoder.install, line 90 - Provides installation functions for video_s3.module.
Code
function video_zencoder_uninstall() {
drupal_uninstall_schema('video_zencoder');
// TODO : Delete our variables.
}