X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FSetting.php;h=2817f11643e361d399f5c3868b89eeb05a27e63a;hb=d01c267bb7980687710ac01f4f0c5686df5beb15;hp=09e46fb6639d666f69395562efb16d9fc44e149d;hpb=c97d631beeaaffaa175198e97d4bf81070fdf2b1;p=civicrm-core.git diff --git a/api/v3/Setting.php b/api/v3/Setting.php index 09e46fb663..2817f11643 100644 --- a/api/v3/Setting.php +++ b/api/v3/Setting.php @@ -144,6 +144,14 @@ function _civicrm_api3_setting_getdefaults_spec(&$params) { ); } +/** + * Get options for settings. + * + * @param array $params + * + * @return array + * @throws \API_Exception + */ function civicrm_api3_setting_getoptions($params) { $specs = CRM_Core_BAO_Setting::getSettingSpecification();