Problem/Motivation
Lets remove usage of "blacklist" and "whitelist" in \Drupal\Core\Utility\Error and its test.
They are:
- An historic bad labelling of people
- Provide no context: "what is listed in them"?
Proposed resolution
s/blacklistFunctions/ignoredFunctions/
Remaining tasks
Fix the class and test.- Decide if we need BC for
protected static $blacklistFunctions
- Reviews.
- RTBC.
- Commit.
User interface changes
None
API changes
None. Only changing a protected member's name.
Data model changes
None
Release notes snippet
@todo