W3cubDocs

/Drupal 8

protected function ConfigInstaller::drupalInstallationAttempted

protected ConfigInstaller::drupalInstallationAttempted()

Wrapper for drupal_installation_attempted().

Return value

bool TRUE if a Drupal installation is currently being attempted.

File

core/lib/Drupal/Core/Config/ConfigInstaller.php, line 654

Class

ConfigInstaller

Namespace

Drupal\Core\Config

Code

protected function drupalInstallationAttempted() {
  return drupal_installation_attempted();
}

© 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/core!lib!Drupal!Core!Config!ConfigInstaller.php/function/ConfigInstaller::drupalInstallationAttempted/8.1.x