cache_tags.invalidator
Same name in other branches
- 9 core/core.services.yml \cache_tags.invalidator
- 10 core/core.services.yml \cache_tags.invalidator
Class
Drupal\Core\Cache\CacheTagsInvalidatorTags
- service_collector
12 string references to cache_tags.invalidator
- CommentLockTest::testLocks in core/
modules/ comment/ tests/ src/ Unit/ Entity/ CommentLockTest.php - Test 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
- parent: container.trait
- class: Drupal\Core\Cache\CacheTagsInvalidator
- calls:
- - [setContainer, ['@service_container']]
- tags:
- - { name: service_collector, call: addInvalidator, tag: cache_tags_invalidator }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.