function ctools_field_create_field in Chaos Tool Suite (ctools) 7
Implements hook_field_create_field().
File
- ./
ctools.module, line 1161 - CTools primary module file.
Code
function ctools_field_create_field($field) {
ctools_flush_field_caches();
}