Error message
You are browsing documentation for drupal 7.x, which is not supported anymore. Read the updated version of this page for drupal 11.x (the latest version).function field_modules_disabled
Implements hook_modules_disabled().
Related topics
- Field API
- Attach custom data fields to Drupal entities.
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.