function field_rebuild

Implements hook_rebuild().

Related topics

File

drupal/core/modules/field/field.module, line 480
Attach custom data fields to Drupal entities.

Code

function field_rebuild() {

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