FormSubmitter::drupalInstallationAttempted

protected FormSubmitter::drupalInstallationAttempted()

Wraps drupal_installation_attempted().

Return value

bool

File

core/lib/Drupal/Core/Form/FormSubmitter.php, line 151

Class

FormSubmitter
Provides submission processing for forms.

Namespace

Drupal\Core\Form

Code

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

Please login to continue.