1 drupal.inc drupal_load_updates()

Loads .install files for installed modules to initialize the update system.

Deprecated

since 1.0.0

See also

backdrop_load_updates()

Related topics

File

core/includes/drupal.inc, line 1856
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_load_updates() {
  watchdog_deprecated_function('drupal', __FUNCTION__);
  backdrop_load_updates();
}