function google_calendar_block_flush_caches in Google Calendar Block 7
Same name and namespace in other branches
- 7.2 google_calendar_block.module \google_calendar_block_flush_caches()
Implements hook_flush_caches().
File
- ./
google_calendar_block.module, line 11 - A module to provide simple Google Calendar blocks using the Google Data APIs.
Code
function google_calendar_block_flush_caches() {
return array(
'cache_google_calendar_block',
);
}