Add icons to multi-valued custom groups and display on contact tab
[civicrm-core.git] / Civi / Api4 / Campaign.php
index 361ae34c3ea9b4590a3017ebb7cea50cd88feb3c..479a6577bf91f13b29afe0fc3a0bc3de4bcd0ea3 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 
@@ -24,6 +22,7 @@ namespace Civi\Api4;
 /**
  * Campaign entity.
  *
+ * @see https://docs.civicrm.org/user/en/latest/campaign/what-is-civicampaign/
  * @package Civi\Api4
  */
 class Campaign extends Generic\DAOEntity {