GlobalFunctions: Hard deprecate `wfGlobalCacheKey()` function
authorDerick Alangi <alangiderick@gmail.com>
Thu, 18 Jul 2019 08:22:01 +0000 (09:22 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Thu, 18 Jul 2019 08:41:23 +0000 (09:41 +0100)
commit99cf057e0f073ccb7249f9372ed5fcc649c77cfa
tree70b32e0f6e20458747c58eb9c4fa5e8af6024536
parent8b3ea1515f5bf62e2711a4e6fc303253e5102a11
GlobalFunctions: Hard deprecate `wfGlobalCacheKey()` function

The only extension that used this was ConfirmEdit and it has been
cleaned up with Ia7b276ee65fdf58c, so is it time we hard deprecate
it?

Usage
=====

https://codesearch.wmflabs.org/search/?q=%5CbwfGlobalCacheKey%5Cb&i=nope&files=&repos=

Depends-On: Ia7b276ee65fdf58c4fc0859563930528d44a03ca
Change-Id: I3fda797c64ec62df4454625ad1a3bf89f6a88246
includes/GlobalFunctions.php
tests/phpunit/includes/GlobalFunctions/GlobalTest.php