You are here

function wsfields_storage_field_storage_create_field in Web Service Data 7

Implements hook_field_storage_create_field().

File

modules/wsfields_storage/wsfields_storage.module, line 129
Storage controller definitions

Code

function wsfields_storage_field_storage_create_field($field) {

  // Act on when a new field is created
  cache_clear_all('wsfields_storage_entity_has_wsfields:*', 'cache', TRUE);
}