function field_modules_disabled
Implements hook_modules_disabled().
Related topics
File
- 
              modules/
field/ field.module, line 419  
Code
function field_modules_disabled($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.