You are here

function authcache_field_config_submit in Authenticated User Page Caching (Authcache) 7.2

Field UI config submit handler.

1 string reference to 'authcache_field_config_submit'
authcache_field_form_field_ui_field_edit_form_alter in modules/authcache_field/authcache_field.module
Implements hook_form_FORM_ID_alter().

File

modules/authcache_field/authcache_field.module, line 77
Authcache support for fields.

Code

function authcache_field_config_submit($form, &$form_state) {
  authcache_p13n_request_router_rebuild();
}