- Issue created by @aaron.ferris
- 🇮🇳India abhishek@kumar
Edit /web/modules/contrib/log_cache_tags/log_cache_tags.services.yml and ensure proper arguments:
services: cache_tags.invalidator.log: class: Drupal\log_cache_tags\Cache\LogInvalidTags arguments: ['@logger.factory', '@config.factory'] tags: - { name: cache_tags_invalidator }
- 🇮🇹Italy apaderno Brescia, 🇮🇹
The service replaces the cache_tags.invalidator service, so it cannot be defined as service in the log_cache_tags.services.yml file. It must be implemented as described in Altering existing services, providing dynamic services → .
The reported error is caused by the fact the cache_tags.invalidator service does not have arguments, contrary to the replacement service.
- Merge request !11Issue #3516626: The constructor for LogInvalidTags does not get the expected parameters → (Merged) created by apaderno
-
avpaderno →
committed 622eb24c on 2.0.x
Issue #3516626: The constructor for LogInvalidTags does not get the...
-
avpaderno →
committed 622eb24c on 2.0.x