Api4 - Improve Entity::get
authorColeman Watts <coleman@civicrm.org>
Mon, 20 Jan 2020 23:26:58 +0000 (18:26 -0500)
committerColeman Watts <coleman@civicrm.org>
Tue, 21 Jan 2020 00:06:04 +0000 (19:06 -0500)
commit7b7c96e65faa8257675016980f98304be1423554
treead41e3588f353d6e9375fcb5e90a69409131cf33
parent43c175bceb3f3fc8126ebffdb3206b160af2324a
Api4 - Improve Entity::get

Ensure that every php file found by the scanner is_a class inheriting from AbstractEntity.
Remove the CustomValue class by virtue of its class type instead of manually remove it.
Improve performance when fetching entities by name.
Civi/Api4/Action/Entity/Get.php
Civi/Api4/CustomValue.php