You are here

function views_system_flush_caches in Views System 7.4

Implements hook_flush_caches().

File

./views_system.module, line 40
Extends the Views module and provides fields, filter criteria, and sort criteria for Modules/Themes/Theme engines.

Code

function views_system_flush_caches() {
  views_system_rebuild_module_data();
  views_system_rebuild_theme_data();
}