1 admin_bar.module admin_bar_form_alter_flush_cache_submit($form, &$form_state)

Form submission handler to flush Administration bar caches.

File

core/modules/admin_bar/admin_bar.module, line 704
Render an administrative bar as a dropdown menu at the top of the window.

Code

function admin_bar_form_alter_flush_cache_submit($form, &$form_state) {
  cache('admin_bar')->flush();
}