You are here

function oembedcore_schema in oEmbed 6.0

Implementation of hook_schema().

File

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

Code

function oembedcore_schema() {
  $schema['oembedcore_preset'] = _oembedcore_preset_schema_1();
  $schema['oembedcore_provider'] = _oembedcore_provider_schema_1();
  return $schema;
}