public function ObjectInterface::optionsForm in Openlayers 7.3
Provides the options form to configure this object.
Parameters
array $form: The form array by reference.
array $form_state: The form_state array by reference.
1 method overrides ObjectInterface::optionsForm()
- Base::optionsForm in src/
Types/ Base.php - @TODO What is this return? If it is the form, why is form by reference?
File
- src/
Types/ ObjectInterface.php, line 104 - Interface ObjectInterface.
Class
- ObjectInterface
- Interface openlayers_object_interface.
Namespace
Drupal\openlayers\TypesCode
public function optionsForm(array &$form, array &$form_state);