function ctools_field_create_field

Implements hook_field_create_field().

File

./ctools.module, line 1161

Code

function ctools_field_create_field($field) {
    ctools_flush_field_caches();
}