function field_modules_disabled

field_modules_disabled($modules)

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();
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!field!field.module/function/field_modules_disabled/7.x