You are here

47 calls to Cache::mergeTags() in Zircon Profile 8

AggregatorFeedBlock::getCacheTags in core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
ArgumentPluginBase::getCacheTags in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
The cache tags associated with this object.
AssertPageCacheContextsAndTagsTrait::assertCacheTags in core/modules/system/src/Tests/Cache/AssertPageCacheContextsAndTagsTrait.php
Ensures that some cache tags are present in the current response.
BlockContentCacheTagsTest::testBlock in core/modules/block_content/src/Tests/BlockContentCacheTagsTest.php
Tests that the block is cached with the correct contexts and tags.
BlockViewBuilder::viewMultiple in core/modules/block/src/BlockViewBuilder.php
Builds the render array for the provided entities.
BlockViewBuilderTest::assertBlockRenderedWithExpectedCacheability in core/modules/block/src/Tests/BlockViewBuilderTest.php
Asserts that a block is built/rendered/cached with expected cacheability.
BlockViewBuilderTest::testBlockViewBuilderBuildAlter in core/modules/block/src/Tests/BlockViewBuilderTest.php
Tests block build altering.
block_test_block_build_test_cache_alter in core/modules/block/tests/modules/block_test/block_test.module
Implements hook_block_build_BASE_BLOCK_ID_alter().
CacheableMetadata::merge in core/lib/Drupal/Core/Cache/CacheableMetadata.php
Merges the values of another CacheableMetadata object with this one.
CachePluginBase::getCacheTags in core/modules/views/src/Plugin/views/cache/CachePluginBase.php
Gets an array of cache tags for the current view.
CachePluginBase::getRowCacheTags in core/modules/views/src/Plugin/views/cache/CachePluginBase.php
Returns the row cache tags.
CacheTest::testMergeTags in core/tests/Drupal/Tests/Core/Cache/CacheTest.php
@covers ::mergeTags
CommentRssTest::testCommentRss in core/modules/comment/src/Tests/CommentRssTest.php
Tests comments as part of an RSS feed.
ConfigBase::getCacheTags in core/lib/Drupal/Core/Config/ConfigBase.php
The cache tags associated with this object.
ContextAwarePluginBase::getCacheTags in core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php
EditorFileReferenceFilterTest::testEditorFileReferenceFilter in core/modules/editor/src/Tests/EditorFileReferenceFilterTest.php
Tests the editor file reference filter.
Entity::getCacheTags in core/lib/Drupal/Core/Entity/Entity.php
The cache tags associated with this object.
Entity::invalidateTagsOnDelete in core/lib/Drupal/Core/Entity/Entity.php
Invalidates an entity's cache tags upon delete.
Entity::invalidateTagsOnSave in core/lib/Drupal/Core/Entity/Entity.php
Invalidates an entity's cache tags upon save.
EntityCacheTagsTestBase::testReferencedEntity in core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
Tests cache tags presence and invalidation of the entity when referenced.
EntityReferenceFormatterTest::testEntityFormatter in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Tests the entity formatter.
EntityTestController::listEntitiesAlphabetically in core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php
List entities of the given entity type labels, sorted alphabetically.
EntityViewBuilder::getBuildDefaults in core/lib/Drupal/Core/Entity/EntityViewBuilder.php
Provides entity-specific defaults to the build process.
EntityViewBuilder::resetCache in core/lib/Drupal/Core/Entity/EntityViewBuilder.php
Resets the entity render cache.
EntityWithUriCacheTagsTestBase::testEntityUri in core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php
Tests cache tags presence and invalidation of the entity at its URI.
Field::getCacheTags in core/modules/views/src/Plugin/views/field/Field.php
The cache tags associated with this object.
ForumBlockBase::getCacheTags in core/modules/forum/src/Plugin/Block/ForumBlockBase.php
ForumController::build in core/modules/forum/src/Controller/ForumController.php
Returns a renderable forum index page array.
FrontPageTest::doTestFrontPageViewCacheTags in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the cache tags on the front page.
ImageFormatter::viewElements in core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php
Builds a renderable array for a field value.
node_title_list in core/modules/node/node.module
Gathers a listing of links to nodes.
ProcessedText::preRenderText in core/modules/filter/src/Element/ProcessedText.php
Pre-render callback: Renders a processed text element into #markup.
RefinableCacheableDependencyTrait::addCacheTags in core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php
RenderCache::set in core/lib/Drupal/Core/Render/RenderCache.php
Caches the rendered output of a renderable array.
RenderCacheIntegrationTest::assertCacheTagsForEntityBasedView in core/modules/views/src/Tests/RenderCacheIntegrationTest.php
Tests cache tags on output & result cache items for an entity-based view.
RenderCacheIntegrationTest::assertCacheTagsForFieldBasedView in core/modules/views/src/Tests/RenderCacheIntegrationTest.php
Tests cache tags on output & result cache items for a field-based view.
RendererTest::testRenderCache in core/tests/Drupal/Tests/Core/Render/RendererTest.php
@covers ::render @covers ::doRender @covers \Drupal\Core\Render\RenderCache::get @covers \Drupal\Core\Render\RenderCache::set @covers \Drupal\Core\Render\RenderCache::createCacheID
RendererTestBase::assertRenderCacheItem in core/tests/Drupal/Tests/Core/Render/RendererTestBase.php
Asserts a render cache item.
ResponsiveImageFormatter::viewElements in core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php
Builds a renderable array for a field value.
SearchPageCacheTagsTest::testSearchTagsBubbling in core/modules/search/src/Tests/SearchPageCacheTagsTest.php
Tests the presence of expected cache tags with referenced entities.
shortcut_renderable_links in core/modules/shortcut/shortcut.module
Returns an array of shortcut links, suitable for rendering.
Sql::getCacheTags in core/modules/views/src/Plugin/views/query/Sql.php
The cache tags associated with this object.
StyleSerializerTest::testSerializerResponses in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Checks the behavior of the Serializer callback paths and row plugins.
SystemBrandingBlock::getCacheTags in core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
TrackerTest::testTrackerAll in core/modules/tracker/src/Tests/TrackerTest.php
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerUser in core/modules/tracker/src/Tests/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
tracker_page in core/modules/tracker/tracker.pages.inc
Page callback: Generates a page of tracked nodes for the site.