You are here

function media_youtube_install in Media: YouTube 7

Same name and namespace in other branches
  1. 6 media_youtube.install \media_youtube_install()

Implement hook_install().

File

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

Code

function media_youtube_install() {
  return array();
}