function video_ffmpeg_helper_install in Video 6.2
Same name and namespace in other branches
- 5 plugins/video_ffmpeg_helper/video_ffmpeg_helper.install \video_ffmpeg_helper_install()
- 6 plugins/video_ffmpeg_helper/video_ffmpeg_helper.install \video_ffmpeg_helper_install()
Implementation of hook_install().
File
- plugins/
video_ffmpeg_helper/ video_ffmpeg_helper.install, line 78 - Provide installation functions for video_ffmpeg_helper.module .
Code
function video_ffmpeg_helper_install() {
// Create tables.
drupal_install_schema('video_ffmpeg_helper');
}