*/
function _civicrm_api3_setting_getdefaults_spec(&$params) {
$params['domain_id'] = array(
- 'api.default' => 'current_domain',
- 'description' => 'Defaults may differ by domain - if you do not pass in a domain id this will default to the current domain
- an array or "all" are acceptable values for multiple domains'
+ 'api.default' => 'current_domain',
+ 'description' => 'Defaults may differ by domain - if you do not pass in a domain id this will default to the current domain
+ an array or "all" are acceptable values for multiple domains',
+ 'title' => 'Setting Domain',
);
}
$params['domain_id'] = array(
'api.default' => 'current_domain',
'description' => 'Defaults may differ by domain - if you do not pass in a domain id this will default to the current domain
- an array or "all" are acceptable values for multiple domains'
+ an array or "all" are acceptable values for multiple domains',
+ 'title' => 'Setting Domain',
);
}
$params['name'] = array('title' => 'Setting Name belongs to');
$params['component_id'] = array('title' => 'id of relevant component');
$params['domain_id'] = array(
- 'api.default' => 'current_domain',
- 'description' => 'Defaults may differ by domain - if you do not pass in a domain id this will default to the current domain
- an array or "all" are acceptable values for multiple domains'
+ 'api.default' => 'current_domain',
+ 'title' => 'Setting Domain',
+ 'description' => 'Defaults may differ by domain - if you do not pass in a domain id this will default to the current domain
+ an array or "all" are acceptable values for multiple domains'
);
}
function _civicrm_api3_setting_create_spec(&$params) {
$params['domain_id'] = array(
'api.default' => 'current_domain',
+ 'title' => 'Setting Domain',
'description' => 'if you do not pass in a domain id this will default to the current domain
an array or "all" are acceptable values for multiple domains'
);
$params['group'] = array(
+ 'title' => 'Setting Group',
'description' => 'if you know the group defining it will make the api more efficient'
)
;
*/
function _civicrm_api3_setting_get_spec(&$params) {
$params['domain_id'] = array(
- 'api.default' => 'current_domain',
- 'description' => 'if you do not pass in a domain id this will default to the current domain'
+ 'api.default' => 'current_domain',
+ 'title' => 'Setting Domain',
+ 'description' => 'if you do not pass in a domain id this will default to the current domain'
);
$params['group'] = array(
- 'description' => 'if you know the group defining it will make the api more efficient'
+ 'title' => 'Setting Group',
+ 'description' => 'if you know the group defining it will make the api more efficient'
)
;
}
'title' => 'Contact Id',
);
$params['domain_id'] = array(
- 'description' => 'if you do not pass in a domain id this will default to the current domain'
+ 'title' => 'Setting Domain',
+ 'description' => 'if you do not pass in a domain id this will default to the current domain'
);
}