CRM-19813 - CRM_Utils_Hook_* - Rename invoke() to invokeViaUF()
authorTim Otten <totten@civicrm.org>
Tue, 7 Mar 2017 22:06:10 +0000 (14:06 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 30 Mar 2017 22:39:52 +0000 (15:39 -0700)
commit354345c9a80296978d6938cd09fdde6e8f32cc1f
tree1fa87abe0b81e731b905c4a76184eee316cc6523
parent241bda33d5edb85ab5b139c4d86bdae6c64e8736
CRM-19813 - CRM_Utils_Hook_* - Rename invoke() to invokeViaUF()

We're going to provide transitional wrapper function for `invoke()`, but
we'll still need access to the original implementations.  This renames the
original implementations.
CRM/Utils/Hook.php
CRM/Utils/Hook/DrupalBase.php
CRM/Utils/Hook/Joomla.php
CRM/Utils/Hook/Soap.php
CRM/Utils/Hook/UnitTests.php
CRM/Utils/Hook/WordPress.php