X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FGeneric%2FGetactions.php;h=e3520c13a273ae4fa9fe44437f50c8ce044f87e6;hb=3838662faff56daff7b4fbbd25c60a4b7242a484;hp=9cfbbd67a95d7235558ccb9459f49d4e3ca550dd;hpb=8906b92a00b4907e620e80624fb6ac6baa368bed;p=civicrm-core.git diff --git a/api/v3/Generic/Getactions.php b/api/v3/Generic/Getactions.php index 9cfbbd67a9..e3520c13a2 100644 --- a/api/v3/Generic/Getactions.php +++ b/api/v3/Generic/Getactions.php @@ -26,6 +26,12 @@ +--------------------------------------------------------------------+ */ +/** + * @param $apiRequest + * + * @return array + * @throws API_Exception + */ function civicrm_api3_generic_getActions($apiRequest) { civicrm_api3_verify_mandatory($apiRequest, NULL, array('entity')); $mfp = \Civi\Core\Container::singleton()->get('magic_function_provider');