You are here

function oembedfield_install in oEmbed 6.0

Implementation of hook_install().

File

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

Code

function oembedfield_install() {
  drupal_load('module', 'content');
  content_notify('install', 'oembedfield');
}