function views_ui_tools_clear_cache
Same name in other branches
- 7.x-3.x includes/admin.inc \views_ui_tools_clear_cache()
Submit hook to clear the views cache.
1 string reference to 'views_ui_tools_clear_cache'
- views_ui_admin_tools in includes/
admin.inc - Page callback for the tools - other page
File
-
includes/
admin.inc, line 3778
Code
function views_ui_tools_clear_cache() {
views_invalidate_cache();
drupal_set_message(t('The cache has been cleared.'));
}