You are here

function emwave_disable in Embedded Media Field 6.3

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

Implementation of hook_disable().

File

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

Code

function emwave_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'emwave');
}