function video_ffmpeg_helper_uninstall in Video 6.2
Same name and namespace in other branches
- 5 plugins/video_ffmpeg_helper/video_ffmpeg_helper.install \video_ffmpeg_helper_uninstall()
- 6 plugins/video_ffmpeg_helper/video_ffmpeg_helper.install \video_ffmpeg_helper_uninstall()
Implementation of hook_uninstall().
File
- plugins/
video_ffmpeg_helper/ video_ffmpeg_helper.install, line 86 - Provide installation functions for video_ffmpeg_helper.module .
Code
function video_ffmpeg_helper_uninstall() {
drupal_uninstall_schema('video_ffmpeg_helper');
}