You are here

public function SettingsForm::validateForm in Private files download permission 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/SettingsForm.php \Drupal\pfdp\Form\SettingsForm::validateForm()

Form validation handler.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Overrides FormBase::validateForm

File

src/Form/SettingsForm.php, line 83

Class

SettingsForm
Settings form for private_files_download_permission.

Namespace

Drupal\pfdp\Form

Code

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