Summary
Both User::isBlockedGlobally and User::getGlobalBlock are hard deprecated and per the stable interface policy they can be removed.
Background & Technical notes
- T387574: Hard deprecate User::getGlobalBlock hard deprecated User::getGlobalBlock in 1.44 and 94acff644ad5354a449eeeae5786bf592b883190 hard deprecated User::isBlockedGlobally in 1.43
- The UserIsBlockedGlobally hook which both of these rely on is currently soft deprecated, however, the hook is only called by these two hard-deprecated methods (so this hook can also be safely hard deprecated)
- This task focuses on removing User::isBlockedGlobally and User::getGlobalBlock. Removing the hook these methods rely on can be done in a different ticket.
Acceptance criteria
- User::isBlockedGlobally and User::getGlobalBlock are removed