You are here

function tmgmt_flush_caches in Translation Management Tool 7

Implements hook_flush_caches().

File

./tmgmt.module, line 251
Main module file for the Translation Management module.

Code

function tmgmt_flush_caches() {
  return array(
    'cache_tmgmt',
  );
}