You are here

function oembedcore_install in oEmbed 6.0

Implementation of hook_install().

File

./oembedcore.install, line 11
Install file for the oembed core

Code

function oembedcore_install() {
  drupal_install_schema('oembedcore');
}