You are here

function ctools_field_update_instance in Chaos Tool Suite (ctools) 7

Implements hook_field_update_instance().

File

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

Code

function ctools_field_update_instance($instance, $prior_instance) {
  ctools_flush_field_caches();
}