You are here

function openlayers_control_form_type_submit in Openlayers 7.3

Control type config form submit handler.

File

modules/openlayers_ui/src/Plugin/export_ui/OpenlayersControls.inc, line 136
CTools Export UI plugin definition for controls.

Code

function openlayers_control_form_type_submit($form, &$form_state) {
  $form_state['item']->factory_service = $form_state['values']['factory_service'];
}