public function ObjectInterface::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.
1 method overrides ObjectInterface::optionsFormValidate()
- Base::optionsFormValidate in src/
Types/ Base.php - Validation callback for the options form.
File
- src/
Types/ ObjectInterface.php, line 114 - Interface ObjectInterface.
Class
- ObjectInterface
- Interface openlayers_object_interface.
Namespace
Drupal\openlayers\TypesCode
public function optionsFormValidate(array $form, array &$form_state);