You are here

function openlayers_layer_type::options_form_validate in Openlayers 7.2

Validate the options_form().

Parameters

array $default:

1 call to openlayers_layer_type::options_form_validate()
openlayers_layer_type_image::options_form_validate in plugins/layer_types/openlayers_layer_type_image.inc
hook_validate() of the form.
11 methods override openlayers_layer_type::options_form_validate()
openlayers_layer_type_gpx::options_form_validate in plugins/layer_types/openlayers_layer_type_gpx.inc
Validate the options_form().
openlayers_layer_type_image::options_form_validate in plugins/layer_types/openlayers_layer_type_image.inc
hook_validate() of the form.
openlayers_layer_type_kml::options_form_validate in plugins/layer_types/openlayers_layer_type_kml.inc
Validate the options_form().
openlayers_layer_type_openlayers_views_image::options_form_validate in modules/openlayers_views/plugins/layer_types/openlayers_views_image.inc
Validate the options_form().
openlayers_layer_type_openlayers_views_vector::options_form_validate in modules/openlayers_views/plugins/layer_types/openlayers_views_vector.inc
Validate the options_form().

... See full list

File

./openlayers.module, line 1362
Main OpenLayers API File

Class

openlayers_layer_type
We define base classes in the core module. All other parent classes can be autoloaded through ctools.

Code

function options_form_validate($form, &$form_state) {
}