dev/core#1093 add a bulkSave action for many customFields in one go
authoreileen <emcnaughton@wikimedia.org>
Thu, 4 Jul 2019 00:08:34 +0000 (12:08 +1200)
committereileen <emcnaughton@wikimedia.org>
Thu, 11 Jul 2019 00:23:26 +0000 (12:23 +1200)
commite5ce15c371ec38817f7faca00b5ea6314f4adea3
treec4ff4011c55539cbc53ab45f47a4d5e32903260c
parent3111965c28b3fae2acfe6f0b2193fc7641df1ec5
dev/core#1093 add a bulkSave action for many customFields in one go

Add bulkCreate function for CustomField with a view towards this being a new protocol for how bulk create actions would look from a code POV which we could expose via apiv4
CRM/Core/BAO/CustomField.php
CRM/Utils/Migrate/Import.php
tests/phpunit/CRM/Core/BAO/CustomFieldTest.php
tests/phpunit/api/v3/CustomFieldTest.php