You are here

function video_ffmpeg_helper_install in Video 6

Same name and namespace in other branches
  1. 5 plugins/video_ffmpeg_helper/video_ffmpeg_helper.install \video_ffmpeg_helper_install()
  2. 6.2 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 85
Provide installation functions for video_ffmpeg_helper.module .

Code

function video_ffmpeg_helper_install() {

  // Create tables.
  drupal_install_schema('video_ffmpeg_helper');
}