You are here

public function MapLayerFormBase::validateForm in Openlayers 8.4

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/MapLayerFormBase.php, line 110

Class

MapLayerFormBase
Provides a base form for image effects.

Namespace

Drupal\openlayers\Form

Code

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