1.20.x drupal.inc drupal_get_updaters()

Assembles the Backdrop Updater registry.

Deprecated

since 1.0.0

See also

backdrop_get_updaters()

Related topics

File

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

Code

function drupal_get_updaters() {
  watchdog_deprecated_function('drupal', __FUNCTION__);
  return backdrop_get_updaters();
}