Background
Several extensions use User::getGlobalBlock and User::isBlockedGlobally, which will be deprecated in T317337.
These methods should no longer be called by extensions. Depending on the use-case, one of the following may need to happen instead:
- The extension should depend on GlobalBlocking directly and call methods from that extension
- The extension does not need to check for global blocks separately following T257701: Add global blocks into CompositeBlocks rather than treating them separately, so the check can be removed
What should be done
File a task for each extension that calls User::getGlobalBlock and/or User::isBlockedGlobally, with a suggested strategy for how to remove these calls