You are here

public function CacheControlBlockForm::validateForm in Akamai 8.2

Same name and namespace in other branches
  1. 8 lib/Drupal/akamai/Form/CacheControlBlockForm.php \Drupal\akamai\Form\CacheControlBlockForm::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/CacheControlBlockForm.php, line 68
Contains \Drupal\akamai\Form\CacheControlBlockForm.

Class

CacheControlBlockForm
Defines a form that configures Akamai settings.

Namespace

Drupal\akamai\Form

Code

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