function emimage_disable in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emimage/emimage.install \emimage_disable()
- 6.2 contrib/emimage/emimage.install \emimage_disable()
File
- contrib/
emimage/ emimage.install, line 63 - This is the emimage.module's install, configuration, and removal instructions.
Code
function emimage_disable() {
drupal_load('module', 'content');
content_notify('disable', 'emimage');
}