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 658

Class

ConfigInstaller

Namespace

Drupal\Core\Config

Code

protected function drupalInstallationAttempted() {
  return drupal_installation_attempted();
}
doc_Drupal
2016-10-29 08:53:53
Comments
Leave a Comment

Please login to continue.