1.20.x drupal.inc install_drupal()

Installs Backdrop either interactively or via an array of passed-in settings.

Deprecated

since 1.0.0

See also

install_backdrop()

Related topics

File

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

Code

function install_drupal() {
  watchdog_deprecated_function('drupal', __FUNCTION__);
  install_backdrop();
}