You are here

function mongodb_block_flush_caches in MongoDB 7

Implements hook_flush_caches().

File

mongodb_block/mongodb_block.module, line 47
Controls the visual building blocks a page is constructed with.

Code

function mongodb_block_flush_caches() {
  return [
    'cache_block',
  ];
}