Search for Id

  1. Search 7.x for Id
  2. Search 8.9.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
CacheabilityMetadataConfigOverride::getCacheableMetadata function core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php Gets the cacheability metadata associated with the config factory override.
CacheabilityMetadataConfigOverride::getCacheSuffix function core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php The string to append to the configuration static cache name.
CacheabilityMetadataConfigOverride::loadOverrides function core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php Returns config overrides.
CacheabilityMetadataConfigOverrideIntegrationTest class core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php Tests if configuration overrides correctly affect cacheability metadata.
CacheabilityMetadataConfigOverrideIntegrationTest.php file core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php
CacheabilityMetadataConfigOverrideIntegrationTest::$defaultTheme property core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php The theme to install as the default for testing.
CacheabilityMetadataConfigOverrideIntegrationTest::$modules property core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php Modules to enable.
CacheabilityMetadataConfigOverrideIntegrationTest::setUp function core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php
CacheabilityMetadataConfigOverrideIntegrationTest::testConfigOverride function core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php Tests if config overrides correctly set cacheability metadata.
CacheabilityMetadataConfigOverrideTest class core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php Tests if configuration overrides correctly affect cacheability metadata.
CacheabilityMetadataConfigOverrideTest.php file core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php
CacheabilityMetadataConfigOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php Modules to enable.
CacheabilityMetadataConfigOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php
CacheabilityMetadataConfigOverrideTest::testConfigEntityOverride function core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php Tests if config overrides set cacheability metadata on config entities.
CacheabilityMetadataConfigOverrideTest::testConfigOverride function core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php Tests if config overrides correctly set cacheability metadata.
CacheableExceptionTest::providerTestExceptions function core/tests/Drupal/Tests/Core/Http/CacheableExceptionTest.php
CacheableMetadataCalculationTest::TEST_VIEW_ID constant core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php The ID of the view used in the test.
CacheableMetadataTest::providerSetCacheMaxAge function core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php Data provider for testSetCacheMaxAge.
CacheableMetadataTest::providerTestCreateFromObject function core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php Provides test data for createFromObject().
CacheableMetadataTest::providerTestCreateFromRenderArray function core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php Provides test data for createFromRenderArray().
CacheableMetadataTest::providerTestMerge function core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php Provides test data for testMerge().
CacheableRouteProviderInterface interface core/lib/Drupal/Core/Routing/CacheableRouteProviderInterface.php Extends the router provider interface to provide caching support.
CacheableRouteProviderInterface.php file core/lib/Drupal/Core/Routing/CacheableRouteProviderInterface.php
CacheableRouteProviderInterface::addExtraCacheKeyPart function core/lib/Drupal/Core/Routing/CacheableRouteProviderInterface.php Adds a cache key part to be used in the cache ID of the route collection.
CacheBackendInterface::invalidate function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Marks a cache item as invalid.
CacheBackendInterface::invalidateAll function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Marks all cache items as invalid.
CacheBackendInterface::invalidateMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Marks cache items as invalid.
CacheCollector::$cacheInvalidated property core/lib/Drupal/Core/Cache/CacheCollector.php Flag that indicates of the cache has been invalidated.
CacheCollector::$cid property core/lib/Drupal/Core/Cache/CacheCollector.php The cache id that is used for the cache entry.
CacheCollector::getCid function core/lib/Drupal/Core/Cache/CacheCollector.php Gets the cache ID.
CacheCollector::invalidateCache function core/lib/Drupal/Core/Cache/CacheCollector.php Invalidate the cache.
CacheCollectorTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php The cache tags invalidator.
CacheCollectorTest::$cid property core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php The cache id used for the test.
CacheCollectorTest::providerTestInvalidCharacters function core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php Data provider for ::testCacheCollector().
CacheCollectorTest::testUpdateCacheInvalidatedConflict function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache when there is a conflict after cache invalidation.
CacheContextsManager::$validContextTokens property core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php The set of valid context tokens.
CacheContextsManager::assertValidTokens function core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php Asserts the context tokens are valid.
CacheContextsManager::validateTokens function core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php Validates an array of cache context tokens.
CacheContextsManagerTest::providerTestInvalidCalculatedContext function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Provides a list of invalid 'baz' cache contexts: the parameter is missing.
CacheContextsManagerTest::providerTestOptimizeTokens function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Provides a list of context token sets.
CacheContextsManagerTest::testInvalidCalculatedContext function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php @covers ::convertTokensToKeys
CacheContextsManagerTest::testInvalidContext function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php @covers ::convertTokensToKeys
CacheContextsManagerTest::testValidateContexts function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php @covers ::validateTokens
CacheContextsManagerTest::validateTokensProvider function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Provides a list of cache context token arrays.
CachedDiscoveryClearer::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php The id of the original proxied service.
CachedStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php Tests an invalid storage.
CachePluginBase::getRowId function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns a unique identifier for the specified row.
CacheTagsChecksumInterface::INVALID_CHECKSUM_WHILE_IN_TRANSACTION constant core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php The invalid checksum returned if a database transaction is in progress.
CacheTagsChecksumInterface::isValid function core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php Returns whether the checksum is valid for the given cache tags.
CacheTagsChecksumTrait::$invalidatedTags property core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php A list of tags that have already been invalidated in this request.

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