You are here

function entity_modules_enabled in Entity API 7

Implements hook_modules_enabled().

File

./entity.module, line 988

Code

function entity_modules_enabled($modules) {
  foreach (_entity_modules_get_default_types($modules) as $type) {
    _entity_defaults_rebuild($type);
  }
}