(REF) APIv4 BatchAction - Split 'getBatchRecords()' in two
authorTim Otten <totten@civicrm.org>
Wed, 19 May 2021 23:45:51 +0000 (16:45 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 7 Jun 2021 03:18:52 +0000 (20:18 -0700)
commit8047edec7bea76c2ed4e8e32684f8069fa60a7b6
treeebc5a3af40a31c56c6a84e4919bc2f24dda3b8af
parentcc69f300c2ede788b96737cb44eab1f8fce9de85
(REF) APIv4 BatchAction - Split 'getBatchRecords()' in two

The original form (`getBatchRecords()`) still returns an array of items.

The alternate form (`getBatchAction()`) returns an API call for fetching the
batchs - but this API call may be further refined (e.g.  selecting different
fields or data-pages).
Civi/Api4/Generic/AbstractBatchAction.php