From: Eileen McNaughton Date: Mon, 2 Feb 2015 04:13:43 +0000 (+1300) Subject: fix comments, capitalization X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0aa0303c4788bb09dc66277381158876dff6c056;p=civicrm-core.git fix comments, capitalization --- diff --git a/api/v3/ActionSchedule.php b/api/v3/ActionSchedule.php index 85080da947..e37f973213 100644 --- a/api/v3/ActionSchedule.php +++ b/api/v3/ActionSchedule.php @@ -64,9 +64,10 @@ function civicrm_api3_action_schedule_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/ActivityContact.php b/api/v3/ActivityContact.php index 349d0e1b00..a2ea4899f6 100644 --- a/api/v3/ActivityContact.php +++ b/api/v3/ActivityContact.php @@ -52,9 +52,10 @@ function civicrm_api3_activity_contact_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/ActivityType.php b/api/v3/ActivityType.php index 66bc99ab4f..d1705c641a 100644 --- a/api/v3/ActivityType.php +++ b/api/v3/ActivityType.php @@ -86,9 +86,10 @@ function civicrm_api3_activity_type_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Address.php b/api/v3/Address.php index 5b43c10799..6cbf1d9e72 100644 --- a/api/v3/Address.php +++ b/api/v3/Address.php @@ -91,7 +91,7 @@ function civicrm_api3_address_create(&$params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. * * @param array $params * Array or parameters determined by getfields. diff --git a/api/v3/Batch.php b/api/v3/Batch.php index 40b22ca6b1..dee694cd52 100644 --- a/api/v3/Batch.php +++ b/api/v3/Batch.php @@ -50,9 +50,10 @@ function civicrm_api3_batch_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Campaign.php b/api/v3/Campaign.php index 3aee6f4c81..569867dae9 100644 --- a/api/v3/Campaign.php +++ b/api/v3/Campaign.php @@ -34,7 +34,7 @@ */ /** - * create/update campaign + * Create/update campaign. * * This API is used to create new campaign or update any of the existing * In case of updating existing campaign, id of that particular campaign must @@ -49,9 +49,10 @@ function civicrm_api3_campaign_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Contact.php b/api/v3/Contact.php index 94c77d2b83..14618f8c29 100644 --- a/api/v3/Contact.php +++ b/api/v3/Contact.php @@ -117,7 +117,7 @@ function civicrm_api3_contact_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. * * @param array $params * Array or parameters determined by getfields. diff --git a/api/v3/Contribution.php b/api/v3/Contribution.php index b5952d177d..e97bff6c96 100644 --- a/api/v3/Contribution.php +++ b/api/v3/Contribution.php @@ -71,9 +71,10 @@ function civicrm_api3_contribution_create(&$params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ @@ -238,7 +239,8 @@ function _civicrm_api3_format_soft_credit(&$contribution) { /** * Adjust Metadata for Get action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ @@ -271,7 +273,8 @@ function _civicrm_api3_contribute_format_params($params, &$values) { /** * Adjust Metadata for Transact action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ @@ -349,7 +352,8 @@ function civicrm_api3_contribution_sendconfirmation($params) { /** * Adjust Metadata for sendconfirmation action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/ContributionPage.php b/api/v3/ContributionPage.php index 4f510d9f3b..0c838cb4af 100644 --- a/api/v3/ContributionPage.php +++ b/api/v3/ContributionPage.php @@ -54,9 +54,10 @@ function civicrm_api3_contribution_page_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/ContributionRecur.php b/api/v3/ContributionRecur.php index 6b82a8a660..c30303bef3 100644 --- a/api/v3/ContributionRecur.php +++ b/api/v3/ContributionRecur.php @@ -49,9 +49,10 @@ function civicrm_api3_contribution_recur_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/ContributionSoft.php b/api/v3/ContributionSoft.php index ca9d1829f5..781897805d 100644 --- a/api/v3/ContributionSoft.php +++ b/api/v3/ContributionSoft.php @@ -53,9 +53,10 @@ function civicrm_api3_contribution_soft_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Country.php b/api/v3/Country.php index d8edab351a..2a854bc690 100644 --- a/api/v3/Country.php +++ b/api/v3/Country.php @@ -56,9 +56,10 @@ function civicrm_api3_country_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/CustomField.php b/api/v3/CustomField.php index c207e48457..57b09a1a16 100644 --- a/api/v3/CustomField.php +++ b/api/v3/CustomField.php @@ -74,7 +74,7 @@ function _civicrm_api3_custom_field_flush_static_caches() { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. * * @param array $params * Array or parameters determined by getfields. diff --git a/api/v3/CustomGroup.php b/api/v3/CustomGroup.php index b90ec9e627..0f5e213ac9 100644 --- a/api/v3/CustomGroup.php +++ b/api/v3/CustomGroup.php @@ -80,7 +80,7 @@ function civicrm_api3_custom_group_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. * * @param array $params * Array or parameters determined by getfields. diff --git a/api/v3/CustomSearch.php b/api/v3/CustomSearch.php index 2469de097f..3137c49ecf 100644 --- a/api/v3/CustomSearch.php +++ b/api/v3/CustomSearch.php @@ -48,9 +48,10 @@ function civicrm_api3_custom_search_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/CustomValue.php b/api/v3/CustomValue.php index 7f905a0c8c..464e70d925 100644 --- a/api/v3/CustomValue.php +++ b/api/v3/CustomValue.php @@ -110,9 +110,10 @@ function civicrm_api3_custom_value_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ @@ -229,7 +230,8 @@ function civicrm_api3_custom_value_get($params) { /** * Adjust Metadata for Get action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/DashboardContact.php b/api/v3/DashboardContact.php index cfbcdfa98c..86f39aacc5 100644 --- a/api/v3/DashboardContact.php +++ b/api/v3/DashboardContact.php @@ -74,9 +74,10 @@ function civicrm_api3_dashboard_contact_get($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Domain.php b/api/v3/Domain.php index c8cf7f9121..f39391d98c 100644 --- a/api/v3/Domain.php +++ b/api/v3/Domain.php @@ -116,7 +116,8 @@ function civicrm_api3_domain_get($params) { /** * Adjust Metadata for Get action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ @@ -139,9 +140,10 @@ function civicrm_api3_domain_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Email.php b/api/v3/Email.php index d288afef47..b1cee27187 100644 --- a/api/v3/Email.php +++ b/api/v3/Email.php @@ -52,9 +52,10 @@ function civicrm_api3_email_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Event.php b/api/v3/Event.php index 55cd7fe51f..84eee18804 100644 --- a/api/v3/Event.php +++ b/api/v3/Event.php @@ -65,9 +65,10 @@ function civicrm_api3_event_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ @@ -153,7 +154,8 @@ function civicrm_api3_event_get($params) { /** * Adjust Metadata for Get action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Grant.php b/api/v3/Grant.php index 684940f69f..2e19211283 100644 --- a/api/v3/Grant.php +++ b/api/v3/Grant.php @@ -53,9 +53,10 @@ function civicrm_api3_grant_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Group.php b/api/v3/Group.php index 9621603dc9..d4fa3c26b3 100644 --- a/api/v3/Group.php +++ b/api/v3/Group.php @@ -56,9 +56,10 @@ function civicrm_api3_group_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/GroupNesting.php b/api/v3/GroupNesting.php index c0bf9d7e6a..5774099d2a 100644 --- a/api/v3/GroupNesting.php +++ b/api/v3/GroupNesting.php @@ -72,9 +72,10 @@ function civicrm_api3_group_nesting_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/GroupOrganization.php b/api/v3/GroupOrganization.php index baca0dd3b9..a21ea31797 100644 --- a/api/v3/GroupOrganization.php +++ b/api/v3/GroupOrganization.php @@ -78,9 +78,10 @@ function civicrm_api3_group_organization_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/LineItem.php b/api/v3/LineItem.php index 77095c305b..8e3f152c1e 100644 --- a/api/v3/LineItem.php +++ b/api/v3/LineItem.php @@ -51,9 +51,10 @@ function civicrm_api3_line_item_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/LocationType.php b/api/v3/LocationType.php index 05435b5265..e03f7dbbe4 100644 --- a/api/v3/LocationType.php +++ b/api/v3/LocationType.php @@ -58,9 +58,10 @@ function civicrm_api3_location_type_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/MailSettings.php b/api/v3/MailSettings.php index 235d8709cc..b4b2d1784a 100644 --- a/api/v3/MailSettings.php +++ b/api/v3/MailSettings.php @@ -50,9 +50,10 @@ function civicrm_api3_mail_settings_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Mailing.php b/api/v3/Mailing.php index a9ab3a3221..653dce5d9b 100755 --- a/api/v3/Mailing.php +++ b/api/v3/Mailing.php @@ -95,9 +95,10 @@ function civicrm_api3_mailing_get_token($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ @@ -212,7 +213,8 @@ function civicrm_api3_mailing_event_bounce($params) { /** * Adjust Metadata for bounce_spec action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ @@ -278,7 +280,8 @@ function civicrm_api3_mailing_event_reply($params) { /** * Adjust Metadata for event_reply action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ @@ -320,7 +323,8 @@ function civicrm_api3_mailing_event_forward($params) { /** * Adjust Metadata for event_forward action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ @@ -535,7 +539,8 @@ function civicrm_api3_mailing_send_test($params) { /** * Adjust Metadata for send_mail action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/MailingAB.php b/api/v3/MailingAB.php index 0661d49f48..e7b9496bf5 100755 --- a/api/v3/MailingAB.php +++ b/api/v3/MailingAB.php @@ -73,7 +73,8 @@ function civicrm_api3_mailing_a_b_get($params) { /** * Adjust Metadata for submit action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ @@ -163,7 +164,8 @@ function civicrm_api3_mailing_a_b_submit($params) { /** * Adjust Metadata for graph_stats action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/MailingEventQueue.php b/api/v3/MailingEventQueue.php index 3663123667..a2bdbba103 100644 --- a/api/v3/MailingEventQueue.php +++ b/api/v3/MailingEventQueue.php @@ -75,9 +75,10 @@ function civicrm_api3_mailing_event_queue_delete($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/MailingEventSubscribe.php b/api/v3/MailingEventSubscribe.php index 3c02cfcd4a..82cbf2509b 100644 --- a/api/v3/MailingEventSubscribe.php +++ b/api/v3/MailingEventSubscribe.php @@ -78,9 +78,10 @@ function civicrm_api3_mailing_event_subscribe_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/MailingEventUnsubscribe.php b/api/v3/MailingEventUnsubscribe.php index 976bd30913..6404877fdc 100644 --- a/api/v3/MailingEventUnsubscribe.php +++ b/api/v3/MailingEventUnsubscribe.php @@ -71,9 +71,10 @@ function civicrm_api3_mailing_event_unsubscribe_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/MailingJob.php b/api/v3/MailingJob.php index c2c8a0cf88..617d9339a3 100644 --- a/api/v3/MailingJob.php +++ b/api/v3/MailingJob.php @@ -47,9 +47,10 @@ function civicrm_api3_mailing_job_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Membership.php b/api/v3/Membership.php index dfc3ca78d7..f65051686b 100644 --- a/api/v3/Membership.php +++ b/api/v3/Membership.php @@ -144,9 +144,10 @@ function civicrm_api3_membership_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ @@ -167,7 +168,8 @@ function _civicrm_api3_membership_create_spec(&$params) { /** * Adjust Metadata for Get action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/MembershipBlock.php b/api/v3/MembershipBlock.php index bc6ddaf20f..ed21a65ff6 100644 --- a/api/v3/MembershipBlock.php +++ b/api/v3/MembershipBlock.php @@ -50,9 +50,10 @@ function civicrm_api3_membership_block_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/MembershipPayment.php b/api/v3/MembershipPayment.php index 0e15f03a74..9f1e9a8305 100644 --- a/api/v3/MembershipPayment.php +++ b/api/v3/MembershipPayment.php @@ -51,9 +51,10 @@ function civicrm_api3_membership_payment_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/MembershipType.php b/api/v3/MembershipType.php index 1fe6772f56..b25d6233e0 100644 --- a/api/v3/MembershipType.php +++ b/api/v3/MembershipType.php @@ -50,9 +50,10 @@ function civicrm_api3_membership_type_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/MessageTemplate.php b/api/v3/MessageTemplate.php index b2ca5e145a..f676883f47 100644 --- a/api/v3/MessageTemplate.php +++ b/api/v3/MessageTemplate.php @@ -41,9 +41,10 @@ function civicrm_api3_message_template_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ @@ -94,7 +95,7 @@ function civicrm_api3_message_template_send($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. * * The metadata is used for setting defaults, documentation & * validation. diff --git a/api/v3/Note.php b/api/v3/Note.php index 47d64a9345..0b1e379f68 100644 --- a/api/v3/Note.php +++ b/api/v3/Note.php @@ -54,9 +54,10 @@ function civicrm_api3_note_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ @@ -104,7 +105,8 @@ function civicrm_api3_note_get($params) { /** * Adjust Metadata for Get action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/OptionValue.php b/api/v3/OptionValue.php index f693c9c0e8..3c1e5804a2 100644 --- a/api/v3/OptionValue.php +++ b/api/v3/OptionValue.php @@ -56,9 +56,10 @@ function civicrm_api3_option_value_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Participant.php b/api/v3/Participant.php index 2d4742bdde..458863cd6e 100644 --- a/api/v3/Participant.php +++ b/api/v3/Participant.php @@ -137,9 +137,10 @@ function _civicrm_api3_participant_createlineitem(&$params, $participant) { /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ @@ -184,7 +185,8 @@ function civicrm_api3_participant_get($params) { /** * Adjust Metadata for Get action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/ParticipantPayment.php b/api/v3/ParticipantPayment.php index d71dbc9999..007254fee1 100644 --- a/api/v3/ParticipantPayment.php +++ b/api/v3/ParticipantPayment.php @@ -63,9 +63,10 @@ function civicrm_api3_participant_payment_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/PaymentProcessor.php b/api/v3/PaymentProcessor.php index 4bb89c729d..81424aad1a 100644 --- a/api/v3/PaymentProcessor.php +++ b/api/v3/PaymentProcessor.php @@ -50,9 +50,10 @@ function civicrm_api3_payment_processor_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/PaymentProcessorType.php b/api/v3/PaymentProcessorType.php index 370361eb3e..708460ac53 100644 --- a/api/v3/PaymentProcessorType.php +++ b/api/v3/PaymentProcessorType.php @@ -63,9 +63,10 @@ function civicrm_api3_payment_processor_type_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Phone.php b/api/v3/Phone.php index 97cfee6d23..6939e3cf2f 100644 --- a/api/v3/Phone.php +++ b/api/v3/Phone.php @@ -52,9 +52,10 @@ function civicrm_api3_phone_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/PledgePayment.php b/api/v3/PledgePayment.php index 340a29d03e..638da98381 100644 --- a/api/v3/PledgePayment.php +++ b/api/v3/PledgePayment.php @@ -79,9 +79,10 @@ function civicrm_api3_pledge_payment_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/PriceField.php b/api/v3/PriceField.php index 048f71595c..530a581fa9 100644 --- a/api/v3/PriceField.php +++ b/api/v3/PriceField.php @@ -51,9 +51,10 @@ function civicrm_api3_price_field_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/PriceFieldValue.php b/api/v3/PriceFieldValue.php index 316df16890..c7936d0371 100644 --- a/api/v3/PriceFieldValue.php +++ b/api/v3/PriceFieldValue.php @@ -61,9 +61,10 @@ function civicrm_api3_price_field_value_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/PriceSet.php b/api/v3/PriceSet.php index bdf0ded9d3..80f75b127e 100644 --- a/api/v3/PriceSet.php +++ b/api/v3/PriceSet.php @@ -65,9 +65,10 @@ function civicrm_api3_price_set_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Relationship.php b/api/v3/Relationship.php index cd45bcf037..cc336623ee 100644 --- a/api/v3/Relationship.php +++ b/api/v3/Relationship.php @@ -55,7 +55,7 @@ function civicrm_api3_relationship_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. * * @param array $params * Array or parameters determined by getfields. diff --git a/api/v3/RelationshipType.php b/api/v3/RelationshipType.php index a256a822cf..45bd1f4d8a 100644 --- a/api/v3/RelationshipType.php +++ b/api/v3/RelationshipType.php @@ -74,9 +74,10 @@ function civicrm_api3_relationship_type_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/ReportInstance.php b/api/v3/ReportInstance.php index ba05cfc73d..64e5196ef0 100644 --- a/api/v3/ReportInstance.php +++ b/api/v3/ReportInstance.php @@ -26,9 +26,10 @@ function civicrm_api3_report_instance_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/ReportTemplate.php b/api/v3/ReportTemplate.php index 8fa00c97b8..13dd158bd3 100644 --- a/api/v3/ReportTemplate.php +++ b/api/v3/ReportTemplate.php @@ -48,9 +48,10 @@ function civicrm_api3_report_template_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Survey.php b/api/v3/Survey.php index 722476d676..1f088337cb 100644 --- a/api/v3/Survey.php +++ b/api/v3/Survey.php @@ -51,9 +51,10 @@ function civicrm_api3_survey_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/System.php b/api/v3/System.php index 6c0f334250..b9eb6c7e7e 100644 --- a/api/v3/System.php +++ b/api/v3/System.php @@ -57,7 +57,8 @@ function civicrm_api3_system_flush($params) { /** * Adjust Metadata for Flush action * - * The metadata is used for setting defaults, documentation & validation + * The metadata is used for setting defaults, documentation & validation. + * * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/UFJoin.php b/api/v3/UFJoin.php index 888501ca61..8dd21ffa80 100644 --- a/api/v3/UFJoin.php +++ b/api/v3/UFJoin.php @@ -53,7 +53,7 @@ function civicrm_api3_uf_join_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. * * @param array $params * Array or parameters determined by getfields. diff --git a/api/v3/UFMatch.php b/api/v3/UFMatch.php index 77359bc332..447c34f2df 100644 --- a/api/v3/UFMatch.php +++ b/api/v3/UFMatch.php @@ -64,9 +64,10 @@ function civicrm_api3_uf_match_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/Website.php b/api/v3/Website.php index 49061d2406..be21414657 100644 --- a/api/v3/Website.php +++ b/api/v3/Website.php @@ -59,9 +59,10 @@ function civicrm_api3_website_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */ diff --git a/api/v3/WordReplacement.php b/api/v3/WordReplacement.php index 1170e336b2..6b14d8b1f7 100644 --- a/api/v3/WordReplacement.php +++ b/api/v3/WordReplacement.php @@ -66,9 +66,10 @@ function civicrm_api3_word_replacement_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */