You are here

function oembedfield_enable in oEmbed 6.0

Implementation of hook_enable().

Notify content module when this module is enabled.

File

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

Code

function oembedfield_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'oembedfield');
}