APIv4 - Use correct BAO delete function
authorColeman Watts <coleman@civicrm.org>
Mon, 23 Aug 2021 21:40:35 +0000 (17:40 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 30 Nov 2021 17:35:34 +0000 (12:35 -0500)
commitef0a99725710839f7d9d434811693b136d121025
tree69f320542cad7e5733499170a8d0da6d8932c8c8
parentdfddd847ac52ba4698b089161efccc654709345f
APIv4 - Use correct BAO delete function

Uses BAO::del() only if it isn't deprecated.
CRM/Core/BAO/EntityTag.php
Civi/Api4/Generic/DAODeleteAction.php
Civi/Api4/Utils/ReflectionUtils.php
tests/phpunit/api/v4/Mock/MockV4ReflectionGrandchild.php
tests/phpunit/api/v4/Utils/ReflectionUtilsTest.php