function emvideo_disable in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/emvideo.install \emvideo_disable()
- 6.2 contrib/emvideo/emvideo.install \emvideo_disable()
Implementation of hook_disable().
File
- contrib/
emvideo/ emvideo.install, line 39 - Installation, configuration, and removal of the emvideo module.
Code
function emvideo_disable() {
drupal_load('module', 'content');
content_notify('disable', 'emvideo');
}