You are here

public function DemoConfigResetConfirm::validateForm in Demonstration site (Sandbox / Snapshot) 8

.

Overrides FormBase::validateForm

File

src/Form/DemoConfigResetConfirm.php, line 43

Class

DemoConfigResetConfirm
This class return the form demo_config_reset_confirm to make sure that you are about to reset your configuration.

Namespace

Drupal\demo\Form

Code

public function validateForm(array &$form, FormStateInterface $form_state) {
}