You are here

function media_vimeo_install in Media: Vimeo 6

Same name and namespace in other branches
  1. 7 media_vimeo.install \media_vimeo_install()

Implementation of hook_install().

File

./media_vimeo.install, line 11
This is Media: Vimeo's installation, configuration, and removal file.

Code

function media_vimeo_install() {

  // Ensure we have the required variable namespace.
  drupal_load('module', 'media_vimeo');
  return _media_vimeo_convert_old_variables();
}