You are here

function ctools_field_update_field in Chaos Tool Suite (ctools) 7

Implements hook_field_update_field().

File

./ctools.module, line 1189
CTools primary module file.

Code

function ctools_field_update_field($field, $prior_field, $has_data) {
  ctools_flush_field_caches();
}