You are here

service cache_tags.invalidator in Drupal 9

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

Class

Drupal\Core\Cache\CacheTagsInvalidator

Tags

  • service_collector
11 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

... 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 }