You are here

function ctools_field_create_instance in Chaos Tool Suite (ctools) 7

Implements hook_field_create_instance().

File

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

Code

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