Merge pull request #20115 from larssandergreen/fix-internal-anchor-URLs-in-mailings
[civicrm-core.git] / Civi / Api4 / Tag.php
index 8cc13f1d16265f60303a615b61c69c8a06306ef5..67e54a9fcf935fc36314e6ea6fe450b13e8bc325 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,14 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
@@ -26,6 +17,8 @@ namespace Civi\Api4;
  * 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
+ * @searchable secondary
+ * @since 5.19
  * @package Civi\Api4
  */
 class Tag extends Generic\DAOEntity {