You are here

function wsfields_storage_field_attach_rename_bundle in Web Service Data 7

Implements hook_field_attach_rename_bundle().

File

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

Code

function wsfields_storage_field_attach_rename_bundle($entity_type, $bundle_old, $bundle_new) {

  // @todo something
}