function entity_bundle_plugin_flush_caches in Entity bundle plugin 7
Implements hook_flush_caches().
File
- ./
entity_bundle_plugin.module, line 134 - EntityBundlePlugin module.
Code
function entity_bundle_plugin_flush_caches() {
_entity_bundle_plugin_rebuild_all();
}