Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 8.9.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
CacheTagsChecksumTrait::getTagInvalidationCounts function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Fetches invalidation counts for cache tags.
CacheTagsChecksumTrait::invalidateTags function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags()
CacheTagsChecksumTrait::isValid function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid()
CacheTagsChecksumTrait::rootTransactionEndCallback function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Callback to be invoked just after a database transaction gets committed.
CacheTagsInvalidator class core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Passes cache tag events to classes that wish to respond to them.
CacheTagsInvalidator.php file core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php
CacheTagsInvalidator::$bins property core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Holds an array of cache bins that support invalidations.
CacheTagsInvalidator::$invalidators property core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Holds an array of cache tags invalidators.
CacheTagsInvalidator::addBin function core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Adds a cache bin.
CacheTagsInvalidator::addInvalidator function core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Adds a cache tags invalidator.
CacheTagsInvalidator::invalidateTags function core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Marks cache items with any of the specified tags as invalid.
CacheTagsInvalidator::resetChecksums function core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Reset statically cached tags in all cache tag checksum services.
CacheTagsInvalidatorInterface interface core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php Defines required methods for classes wanting to handle cache tag changes.
CacheTagsInvalidatorInterface.php file core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php
CacheTagsInvalidatorInterface::invalidateTags function core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php Marks cache items with any of the specified tags as invalid.
CacheTagsInvalidatorTest class core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php @coversDefaultClass \Drupal\Core\Cache\CacheTagsInvalidator[[api-linebreak]]
@group Cache
CacheTagsInvalidatorTest.php file core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php
CacheTagsInvalidatorTest::testInvalidateTags function core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php @covers ::invalidateTags[[api-linebreak]]
@covers ::addInvalidator[[api-linebreak]]
@covers ::addBin[[api-linebreak]]
CacheTagsInvalidatorTest::testInvalidateTagsWithInvalidTags function core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php @covers ::invalidateTags[[api-linebreak]]
CacheTagTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php The theme to install as the default for testing.
CacheTagTest::$modules property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php Views used by this test.
CacheTagTest::$nodeStorage property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php The node storage.
CacheTagTest::$nodeViewBuilder property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php The node view builder.
CacheTagTest::$userViewBuilder property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php The user view builder.
CacheTagTest::getRenderCache function core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php Gets the render cache for a given view.
CacheTest::$modules property core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Modules to install.
CacheTest::buildTagsProvider function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of pairs of (prefix, suffixes) to build cache tags from.
CacheTest::mergeCacheContextsProvide function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of pairs of cache contexts arrays to be merged.
CacheTest::mergeMaxAgesProvider function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of pairs of cache tags arrays to be merged.
CacheTest::mergeTagsProvider function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of pairs of cache tags arrays to be merged.
CacheTest::testArgumentDefaultCache function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests that cacheability metadata is carried over from argument defaults.
CacheTest::testBuildTags function core/tests/Drupal/Tests/Core/Cache/CacheTest.php @covers ::buildTags[[api-linebreak]]
CacheTest::testCacheData function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests the data contained in cached items.
CacheTest::testHeaderStorage function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests css/js storage and restoring mechanism.
CacheTest::validateTagsProvider function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of cache tags arrays.
CacheTest::viewsData function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Returns the views data definition.
CacheTestBase::$defaultBin property core/modules/system/tests/src/Functional/Cache/CacheTestBase.php
CacheTestBase::$defaultCid property core/modules/system/tests/src/Functional/Cache/CacheTestBase.php
CacheTestBase::$defaultValue property core/modules/system/tests/src/Functional/Cache/CacheTestBase.php
CacheTestBase::assertCacheRemoved function core/modules/system/tests/src/Functional/Cache/CacheTestBase.php Asserts that a cache entry has been removed.
CacheTestController::bundleTags function core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php Bundle listing tags invalidation.
CacheWebTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php The theme to install as the default for testing.
CacheWebTest::$modules property core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php Modules to install.
CacheWebTest::testDisplayWithoutCacheStillBubblesMetadata function core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php Tests that a display without caching still contains the cache metadata.
cache_context.config_override_integration_test service core/modules/config/tests/config_override_integration_test/config_override_integration_test.services.yml Drupal\config_override_integration_test\Cache\ConfigOverrideIntegrationTestCacheContext
cache_context.headers service core/core.services.yml Drupal\Core\Cache\Context\HeadersCacheContext
cache_context.layout_builder_is_active service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\Cache\LayoutBuilderIsActiveCacheContext
cache_context.pirate_day service core/modules/config/tests/config_override_test/config_override_test.services.yml Drupal\config_override_test\Cache\PirateDayCacheContext
cache_context.route.name.is_layout_builder_ui service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\Cache\LayoutBuilderUiCacheContext
cache_context.user.node_grants service core/modules/node/node.services.yml Drupal\node\Cache\NodeAccessGrantsCacheContext

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.