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
Namespace
Drupal\Core\Config
Code
1 2 3 | protected function drupalInstallationAttempted() { return drupal_installation_attempted(); } |
Please login to continue.