FormDataModel::parseFields() - Rename param for clarity
authorTim Otten <totten@civicrm.org>
Sat, 26 Oct 2019 01:51:07 +0000 (18:51 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:19 +0000 (19:13 -0700)
commit3b729d0cbdbec3d47693401a3dd8493e42648c72
treee3e1615e2abfdd5bb0384c73e2e819da5299385d
parentfa5d618347a575155777c8b56f0ace0b5f6b9e0a
FormDataModel::parseFields() - Rename param for clarity

This function uses a recursive algorithm to scan subtrees.  Each call to the
algorithm is a particular HTML element.
ext/afform/core/Civi/Afform/FormDataModel.php