function hook_es_client_call_options_alter in Entity Share 7
Alter the options of the http request.
Parameters
array $options: The curl options.
File
- ./
entity_share.api.php, line 64 - Hooks provided by the Entity Share module.
Code
function hook_es_client_call_options_alter(array &$options) {
}