You are here

function openlayers_openlayers_map_content_type_edit_form in Openlayers 7.2

Empty form so we can have the default override title.

File

plugins/content_types/openlayers_map.inc, line 63
OpenLayers Map Content Type. Displays a Map.

Code

function openlayers_openlayers_map_content_type_edit_form($form, &$form_state) {

  // Does nothing!
  return $form;
}