You are here

function ctools_field_delete_instance in Chaos Tool Suite (ctools) 7

Implements hook_field_delete_instance().

File

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

Code

function ctools_field_delete_instance($instance) {
  ctools_flush_field_caches();
}