You are here

function emwave_install in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emwave/emwave.install \emwave_install()
  2. 6.2 contrib/emwave/emwave.install \emwave_install()

Implementation of hook_install().

File

contrib/emwave/emwave.install, line 11
This is the emwave.module's install, configuration, and removal instructions.

Code

function emwave_install() {
  drupal_load('module', 'content');
  content_notify('install', 'emwave');
}