You are here

function authcache_views_form_views_ui_edit_form_alter in Authenticated User Page Caching (Authcache) 7.2

Implements hook_form_FORM_ID_alter().

See also

https://drupal.org/node/551808

File

modules/authcache_views/authcache_views.module, line 132
Authcache support for views module.

Code

function authcache_views_form_views_ui_edit_form_alter(&$form, &$form_state) {
  $form['actions']['save']['#submit'][] = 'authcache_p13n_request_router_rebuild';
}