Let's remove usage of "blacklist" and "whitelist" in \Drupal\Core\Extension classes and their tests
They are:
Drupal\Core\Extension\Discovery\RecursiveExtensionFilterIterator
:
$blacklist
to $skippedFolders
$whitelist
to $allowedExtensionTypes
core/lib/Drupal/Core/Extension/ExtensionDiscovery.php
)None
Not API, but we're renaming some protected
array members in Drupal\Core\Extension\Discovery\RecursiveExtensionFilterIterator
:
$blacklist
is replaced with $skippedFolders
$whitelist
is replaced with $allowedExtensionTypes
N/A
N/A
Fixed
9.1
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.