function entity_embed_flush_caches in Entity Embed 7.2
Same name and namespace in other branches
- 7.3 entity_embed.module \entity_embed_flush_caches()
- 7 entity_embed.module \entity_embed_flush_caches()
Implements hook_flush_caches().
File
- ./
entity_embed.module, line 324 - Provides a CKEditor plugin and text filter for embedding and rendering entities.
Code
function entity_embed_flush_caches() {
return array(
'cache_entity_embed',
);
}