You are here

function wsfields_storage_entity_query_alter in Web Service Data 7

Implements hook_entity_query_alter().

File

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

Code

function wsfields_storage_entity_query_alter($query) {

  // @todo ensure the alter only occurs for entities which have
  // web service fields

  //$query->executeCallback = 'wsfields_storage_field_storage_query';
}