You are here

public function ObjectInterface::optionsFormSubmit in Openlayers 7.3

Submit callback for the options form.

Parameters

array $form: The form array.

array $form_state: The form_state array by reference.

1 method overrides ObjectInterface::optionsFormSubmit()
Base::optionsFormSubmit in src/Types/Base.php
Submit callback for the options form.

File

src/Types/ObjectInterface.php, line 124
Interface ObjectInterface.

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function optionsFormSubmit(array $form, array &$form_state);