mixin/polyfill.php - Import. Update comments.
[civicrm-core.git] / Civi / Api4 / CustomGroup.php
index 26125a102dc070161921ccb7b7b4d5b89ee12ad5..1aed113a4860aceb34c930361fe354c214d26ede 100644 (file)
@@ -14,10 +14,13 @@ namespace Civi\Api4;
  * CustomGroup entity.
  *
  * @see https://docs.civicrm.org/user/en/latest/organising-your-data/creating-custom-fields/
- * @searchable none
+ * @searchable secondary
+ * @orderBy weight
  * @since 5.19
  * @package Civi\Api4
  */
 class CustomGroup extends Generic\DAOEntity {
+  use Generic\Traits\ManagedEntity;
+  use Generic\Traits\SortableEntity;
 
 }