You are here

function media_vimeo_install in Media: Vimeo 7

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

Implement hook_install().

File

./media_vimeo.install, line 11
Install, update and uninstall functions for the Media: Vimeo module.

Code

function media_vimeo_install() {
  return array();
}