acquia_commercemanager-8.x-1.122/modules/acm/acm.api.php
modules/acm/acm.api.php
<?php /** * @file * Hooks specific to the acm module. */ /** * @addtogroup hooks * @{ */ /** * Alter customer data before sending to API. * * @param array $request_options * API request options to alter. */ function hook_acm_update_customer_api_request_alter(array &$request_options) { } /** * @} End of "addtogroup hooks". */