CRM-14370 - Extract ChainSubscriber; move helper function
authorTim Otten <totten@civicrm.org>
Sun, 6 Apr 2014 09:24:08 +0000 (02:24 -0700)
committerTim Otten <totten@civicrm.org>
Sun, 6 Apr 2014 09:24:08 +0000 (02:24 -0700)
commit0a946de26c2e00af77e3593954f9edf248dfed14
tree14bb4b03435ee73f1c93b0bdbcf486315c8894b0
parent446f0940f2a5abbd18991a0942f98e8a1f2349cd
CRM-14370 - Extract ChainSubscriber; move helper function

This allows us to change the timing of chained invocation, positioning the
it after WrapperAdapter but before TransactionSubscriber (like it was
originally).  This fixes a regression in
api_v3_OptionGroupTest::testGetOptionCreateSuccess
Civi/API/Kernel.php
Civi/API/Subscriber/ChainSubscriber.php [new file with mode: 0644]
Civi/API/Subscriber/WrapperAdapter.php
Civi/Core/Container.php
api/api.php