You are here

function openlayers_layer_form_start_submit in Openlayers 7.3

Layer base config form submit handler.

File

modules/openlayers_ui/src/Plugin/export_ui/OpenlayersLayers.inc, line 114
CTools Export UI plugin definition for layers.

Code

function openlayers_layer_form_start_submit($form, &$form_state) {
  $class = new \Drupal\openlayers_ui\UI\OpenlayersLayers();
  $class
    ->init($form_state['plugin']);
  $class
    ->edit_form_submit($form, $form_state);
}