Merge pull request #5059 from totten/master-validation
[civicrm-core.git] / api / v3 / DashboardContact.php
index 3ee7f1ef6a43dd20ef5e048f5b6af5f0551a2f3e..86f39aacc550708da9a92ccd9e89c38bbb79c54b 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * File for the CiviCRM APIv3 for Dashboard Contact
@@ -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.
  */
@@ -106,8 +107,6 @@ function _civicrm_api3_dashboard_contact_check_params(&$params) {
  * This method is used to delete any existing dashboard-board. the id of the dashboard-contact
  * is required field in $params array
  *
- * {@getfields dashboard_contact_delete}
- * @access public
  * @param array $params
  * @return array
  * @throws \API_Exception