Same name and namespace in other branches
  1. 10 core/core.services.yml \cache_tags.invalidator
  2. 9 core/core.services.yml \cache_tags.invalidator

Class

Drupal\Core\Cache\CacheTagsInvalidator

Tags

  • service_collector
15 string references to cache_tags.invalidator
CacheTagTest::testTagCaching in core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php
Tests the tag cache plugin.
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

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. parent: container.trait
  2. class: Drupal\Core\Cache\CacheTagsInvalidator
  3. calls:
  4. - [setContainer, ['@service_container']]
  5. tags:
  6. - { name: service_collector, call: addInvalidator, tag: cache_tags_invalidator }