You are here

function field_modules_disabled in Drupal 7

Implements hook_modules_disabled().

Related topics

File

modules/field/field.module, line 419
Attach custom data fields to Drupal entities.

Code

function field_modules_disabled($modules) {

  // Refresh the 'active' status of fields.
  field_sync_field_status();
}