- πΊπΈUnited States smustgrave
If still valid please reopen addressing #6
Currently BlockContentBlock is making use of the injected service BlockContentUuidLookup by defining it directly by class name and not by interface, which makes it only possible to extend the BlockContentUuidLookup service and blocks the possibility to replace it with your own.
BlockContentUuidLookup is extending the CacheCollector class which implements the CacheCollectorInterface.
Replace the use of Drupal\block_content\BlockContentUuidLookup
with Drupal\Core\Cache\CacheCollectorInterface
inside the BlockContentBlock class.
Closed: outdated
10.1 β¨
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
If still valid please reopen addressing #6