public function CacheControlBlockForm::validateForm in Akamai 8
Same name and namespace in other branches
- 8.2 src/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
- lib/
Drupal/ akamai/ Form/ CacheControlBlockForm.php, line 68 - Contains \Drupal\akamai\Form\CacheControlBlockForm.
Class
- CacheControlBlockForm
- Defines a form that configures Akamai settings.
Namespace
Drupal\akamai\FormCode
public function validateForm(array &$form, array &$form_state) {
}