function drupal_installation_attempted

drupal_installation_attempted()

Returns TRUE if a Drupal installation is currently being attempted.

File

includes/bootstrap.inc, line 2891
Functions that need to be loaded on every Drupal request.

Code

function drupal_installation_attempted() {
  return defined('MAINTENANCE_MODE') && MAINTENANCE_MODE == 'install';
}

© 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/includes!bootstrap.inc/function/drupal_installation_attempted/7.x