You are here

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

.

Overrides FormBase::validateForm

File

src/Form/DemoDeleteConfirm.php, line 42

Class

DemoDeleteConfirm
This class return the demo_delete_confirm, a form where you will be asked to be sure to delete your config file.

Namespace

Drupal\demo\Form

Code

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