You are here

function media_oembed_update_dependencies in oEmbed 7

Same name and namespace in other branches
  1. 7.0 deprecated/media_oembed/media_oembed.install \media_oembed_update_dependencies()

Implement hook_update_dependencies().

File

modules/media_oembed/media_oembed.install, line 11
Install, update and uninstall functions for the Media: oEmbed module.

Code

function media_oembed_update_dependencies() {
  $dependencies['oembedcore'][7004] = array(
    'media_oembed' => 7007,
  );
  return $dependencies;
}