function eck_clean_up in Entity Construction Kit (ECK) 7.3
Same name and namespace in other branches
- 7.2 eck.module \eck_clean_up()
Clean up.
1 call to eck_clean_up()
- eck_init in ./
eck.module - Implements hook_init().
File
- ./
eck.module, line 1150
Code
function eck_clean_up() {
drupal_get_schema(NULL, TRUE);
entity_info_cache_clear();
entity_flush_caches();
menu_rebuild();
}