| 1 views_handler_manytoone.test | protected ViewsHandlerManyToOneTest::clearViewsDataCache() | 
Clears views data cache.
File
- core/modules/ views/ tests/ handlers/ views_handler_manytoone.test, line 52 
- Definition of ViewsHandlerManyToOneTest.
Class
- ViewsHandlerManyToOneTest
- Tests the many to one helper handler class.
Code
protected function clearViewsDataCache() {
  backdrop_static_reset('_views_fetch_data_cache');
  backdrop_static_reset('_views_fetch_data_recursion_protected');
  backdrop_static_reset('_views_fetch_data_fully_loaded');
}
