You are here

function wsfields_storage_entity_info_alter in Web Service Data 7

Implements hook_entity_info_alter().

File

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

Code

function wsfields_storage_entity_info_alter(&$entity_info) {

  // @todo something

  //dpm($entity_info);
}