cache_tags.invalidator
Same name in other branches
- 9 core/core.services.yml \cache_tags.invalidator
- 8.9.x core/core.services.yml \cache_tags.invalidator
Class
Drupal\Core\Cache\CacheTagsInvalidatorTags
- service_collector
13 string references to cache_tags.invalidator
- CommentLockTest::testLocks in core/
modules/ comment/ tests/ src/ Unit/ Entity/ CommentLockTest.php - Tests the lock behavior.
- ConfigEntityBaseUnitTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityBaseUnitTest.php - ConfigEntityStorageTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityStorageTest.php - @covers ::__construct
- ConfigFactoryTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Config/ ConfigFactoryTest.php - ConfigTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Config/ ConfigTest.php
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Cache\CacheTagsInvalidator
- tags:
- - { name: service_collector, call: addInvalidator, tag: cache_tags_invalidator }
- - { name: service_collector, call: addBin, tag: cache.bin }
- - { name: service_collector, call: addBin, tag: cache.bin.memory }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.