Merge pull request #16379 from totten/master-coder-ivt
[civicrm-core.git] / Civi / Api4 / Tag.php
index 9d03a7f8bdb1dca24a3fc73b102bc7b2bc2a6a43..2aae3769ea9e089c052cde90db3065a2a1bafc69 100644 (file)
@@ -27,6 +27,7 @@ namespace Civi\Api4;
  * Tags in CiviCRM are used for Contacts, Activities, Cases & Attachments.
  * They are connected to those entities via the EntityTag table.
  *
+ * @see https://docs.civicrm.org/user/en/latest/organising-your-data/groups-and-tags/#tags
  * @package Civi\Api4
  */
 class Tag extends Generic\DAOEntity {