1 views.module views_flush_caches()

Implements hook_flush_caches().

File

core/modules/views/views.module, line 763
Primarily Backdrop hooks and global API functions to manipulate views.

Code

function views_flush_caches() {
  return array('cache_views', 'cache_views_data');
}