On this page
function image_update_dependencies
image_update_dependencies()
Implements hook_update_dependencies().
File
- modules/image/image.install, line 166
- Install, update and uninstall functions for the image module.
Code
function image_update_dependencies() {
$dependencies['image'][7002] = array(
// Image update 7002 uses field API functions, so must run after
// Field API has been enabled.
'system' => 7020,
);
return $dependencies;
}
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!image!image.install/function/image_update_dependencies/7.x