cache_tags.invalidator

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

Class

Drupal\Core\Cache\CacheTagsInvalidator

Tags

  • 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

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Cache\CacheTagsInvalidator
  2. tags:
  3. - { name: service_collector, call: addInvalidator, tag: cache_tags_invalidator }
  4. - { name: service_collector, call: addBin, tag: cache.bin }
  5. - { 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.