Deprecate redundant function CRM_Utils_System::getUrlPath
authorColeman Watts <coleman@civicrm.org>
Mon, 13 Apr 2020 17:31:03 +0000 (13:31 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 13 Apr 2020 21:20:09 +0000 (17:20 -0400)
commitf31f885ed0f1b2d70f7b5887868940a52b2ac655
treea802cea1b831f15381bf860721391cf67634492f
parent9a05c5794a761101131a12ba2d7c0344650d687a
Deprecate redundant function CRM_Utils_System::getUrlPath

Both functions do the same thing; deprecating getUrlPath in favor of the older currentPath.
CRM/Core/Controller.php
CRM/Core/Resources.php
CRM/Utils/System.php
CRM/Utils/System/DrupalBase.php