You are here

function openlayers_test_rnd_factor::options_form in Openlayers 6.2

Options form.

Overrides openlayers_style_plugin::options_form

File

tests/plugins/style_plugin/openlayers_test_rnd_factor.inc, line 35
Test

Class

openlayers_test_rnd_factor
Style Plugin for testing purposes.

Code

function options_form($defaults = array()) {
  $form = array();
  return $form;
}