You are here

protected function FormSubmitter::drupalInstallationAttempted in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Form/FormSubmitter.php \Drupal\Core\Form\FormSubmitter::drupalInstallationAttempted()

Wraps drupal_installation_attempted().

Return value

bool

File

core/lib/Drupal/Core/Form/FormSubmitter.php, line 156
Contains \Drupal\Core\Form\FormSubmitter.

Class

FormSubmitter
Provides submission processing for forms.

Namespace

Drupal\Core\Form

Code

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