You are here

function openpublic_field_author_apps_configure_form_submit in Features Items Template 7

Rebuild the field.

1 string reference to 'openpublic_field_author_apps_configure_form_submit'
openpublic_field_author_apps_configure_form in ./features_template.api.php
Configure the author field.

File

./features_template.api.php, line 113
API info for features template module

Code

function openpublic_field_author_apps_configure_form_submit($form, &$form_state) {

  // Revert features template.
  features_template_revert();
}