You are here

function oembedfield_disable in oEmbed 6.0

Implementation of hook_disable().

Notify content module when this module is disabled.

File

./oembedfield.install, line 39
Install file for OEmbed Field

Code

function oembedfield_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'oembedfield');
}