public function Base::optionsFormValidate in Openlayers 7.3
Validation callback for the options form.
Parameters
array $form: The form array.
array $form_state: The form_state array by reference.
Overrides ObjectInterface::optionsFormValidate
File
- src/
Types/ Base.php, line 299 - Class Object.
Class
- Base
- Class Base.
Namespace
Drupal\openlayers\TypesCode
public function optionsFormValidate(array $form, array &$form_state) {
}