function metatag_flush_caches in Metatag 7
Implements hook_flush_caches().
2 calls to metatag_flush_caches()
- MetatagCoreTagRemovalTest::testCoreTagRemoval in tests/
MetatagCoreTagRemovalTest.test  - Test that the core meta tags work correctly.
 - MetatagTestBase::saveTranslationString in tests/
MetatagTestBase.test  - Save a {locales_target} translation string to the database.
 
File
- ./
metatag.module, line 254  - Primary hook implementations for Metatag.
 
Code
function metatag_flush_caches() {
  return array(
    'cache_metatag',
  );
}