You are here

function wsfields_storage_field_storage_delete_revision in Web Service Data 7

Implements hook_field_storage_delete_revision().

File

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

Code

function wsfields_storage_field_storage_delete_revision($entity_type, $entity, $fields) {

  // @todo something
}