Merge pull request #19395 from colemanw/afformTypes
[civicrm-core.git] / Civi / Api4 / UFGroup.php
index dbf4b28820d6909357ded6e495588b4b1b7423cc..2f80638a07bc5609dc2d26010b97f94765a326fc 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 
@@ -25,6 +23,7 @@ namespace Civi\Api4;
  * UFGroup entity - AKA profiles.
  *
  * @see https://docs.civicrm.org/user/en/latest/organising-your-data/profiles/
+ * @searchable false
  * @package Civi\Api4
  */
 class UFGroup extends Generic\DAOEntity {