You are here

function hook_wsfields_entity_expires in Web Service Data 7

Allows modules to log or otherwise deal with updates to entity expires information

2 functions implement hook_wsfields_entity_expires()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

wsfields_wsfields_entity_expires in modules/wsfields/wsfields.module
Implements hook_wsfields_entity_expires().
ws_search_api_wsfields_entity_expires in modules/ws_search_api/ws_search_api.module
Implements hook_wsfields_entity_expires().
1 invocation of hook_wsfields_entity_expires()
wsfields_data_load in modules/wsfields/wsfields.module
Perform read service call

File

modules/wsfields/wsfields.api.php, line 27
API Documentation for wsfields

Code

function hook_wsfields_entity_expires($entity_type, $entity_id, $expire) {
}