function field_modules_enabled

Implements hook_modules_enabled().

Related topics

File

modules/field/field.module, line 411

Code

function field_modules_enabled($modules) {
    // Refresh the 'active' status of fields.
    field_sync_field_status();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.