Add @searchable annotation to denote which API entities should be visible in Search...
[civicrm-core.git] / Civi / Api4 / Mapping.php
index c54f0dd534a4ae6c6129effa8b69202525c61ee4..9c74f7d497db11df461356fadae5a009b31e6f36 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 namespace Civi\Api4;
@@ -25,6 +23,7 @@ namespace Civi\Api4;
  *
  * This is a collection of MappingFields, for reuse in import, export, etc.
  *
+ * @searchable false
  * @package Civi\Api4
  */
 class Mapping extends Generic\DAOEntity {