function entity_enable in Entity API 7
Implements hook_enable().
File
- ./
entity.install, line 11 - Install file for the entity API.
Code
function entity_enable() {
// Create cache tables for entities that support Entity cache module.
entity_entitycache_installed_modules();
}