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

1
2
3
protected function drupalInstallationAttempted() {
  return drupal_installation_attempted();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.