You are here

function location_node_form_content_field_overview_form_alter in Location 7.4

Same name and namespace in other branches
  1. 6.3 location_node.module \location_node_form_content_field_overview_form_alter()
  2. 7.3 location_node.module \location_node_form_content_field_overview_form_alter()

Alter the content_field_overview_form form.

File

./location_node.module, line 229
Associate locations with nodes.

Code

function location_node_form_content_field_overview_form_alter(&$form, &$form_state) {
  $form['#submit'][] = 'location_node_content_extra_save';
}