function openlayers_style_plugin::options_form in Openlayers 6.2
Options form.
Parameters
$defaults: Array of default values for the form.
Return value
Array of Drupal form elements.
2 methods override openlayers_style_plugin::options_form()
- openlayers_test_rnd_factor::options_form in tests/
plugins/ style_plugin/ openlayers_test_rnd_factor.inc - Options form.
- openlayers_test_rnd_int::options_form in tests/
plugins/ style_plugin/ openlayers_test_rnd_int.inc - Options form.
File
- ./
openlayers.module, line 989 - Main OpenLayers API File
Class
- openlayers_style_plugin
- Base class for style plugins
Code
function options_form($defaults = array()) {
return array();
}