function emwave_install in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emwave/emwave.install \emwave_install()
- 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');
}