-
- Downloads
APIv4 - Refactor Entity.get and deprecate the includeCustom param
This makes Entity.get more efficient - it no longer does a file scan when getting one or more entities by name. Also deprecates the includeCustom param which was redundant with the where clause. This is the first APIv4 param to be deprecated - added handling to emit a warning when using a deprecated param and hide deprecated params in the APIv4 explorer.
Showing
- Civi/Api4/Action/Entity/Get.php 52 additions, 30 deletionsCivi/Api4/Action/Entity/Get.php
- Civi/Api4/Entity.php 1 addition, 0 deletionsCivi/Api4/Entity.php
- Civi/Api4/Event/Subscriber/ValidateFieldsSubscriber.php 3 additions, 0 deletionsCivi/Api4/Event/Subscriber/ValidateFieldsSubscriber.php
- ang/api4Explorer/Explorer.js 1 addition, 1 deletionang/api4Explorer/Explorer.js
Loading
Please register or sign in to comment