Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
CacheTagsChecksumDecorator::invalidateTags function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Marks cache items with any of the specified tags as invalid.
CacheTagsChecksumDecorator::isValid function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Returns whether the checksum is valid for the given cache tags.
CacheTagsChecksumDecorator::logCacheTagOperation function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Logs a cache tag operation.
CacheTagsChecksumDecorator::reset function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Reset statically cached tags.
CacheTagsChecksumDecorator::__construct function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php
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
@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
@covers ::addInvalidator
@covers ::addBin
CacheTagsInvalidatorTest::testInvalidateTagsWithInvalidTags function core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php @covers ::invalidateTags
CacheTagTest::$nodeStorage property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php The node storage.
CacheTest::testHeaderStorage function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests css/js storage and restoring mechanism.
CacheWebTest::testCacheOutputOnPage function core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php Tests the output caching on an actual page.
CalculatedPermissionsItemTest::testConstructor function core/tests/Drupal/Tests/Core/Session/CalculatedPermissionsItemTest.php Tests that the object values were set in the constructor.
CalculatedPermissionsTest::testConstructor function core/tests/Drupal/Tests/Core/Session/CalculatedPermissionsTest.php Tests that the object values were set in the constructor.
Callbacks::imageButtonCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax callback to confirm image button was submitted.
CallbackTest::strToLower function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Makes a string lowercase for testing purposes.
CancelUser::$tempStoreFactory property core/modules/user/src/Plugin/Action/CancelUser.php The tempstore factory.
CategoryAutocompleteController class core/modules/block/src/Controller/CategoryAutocompleteController.php Returns autocomplete responses for block categories.
CategoryAutocompleteController.php file core/modules/block/src/Controller/CategoryAutocompleteController.php
CategoryAutocompleteController::$blockManager property core/modules/block/src/Controller/CategoryAutocompleteController.php The block manager.
CategoryAutocompleteController::autocomplete function core/modules/block/src/Controller/CategoryAutocompleteController.php Retrieves suggestions for block category autocompletion.
CategoryAutocompleteController::create function core/modules/block/src/Controller/CategoryAutocompleteController.php Instantiates a new instance of this class.
CategoryAutocompleteController::__construct function core/modules/block/src/Controller/CategoryAutocompleteController.php Constructs a new CategoryAutocompleteController.
CategoryAutocompleteTest class core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php @coversDefaultClass \Drupal\block\Controller\CategoryAutocompleteController
@group block
CategoryAutocompleteTest.php file core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php
CategoryAutocompleteTest::$autocompleteController property core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php The autocomplete controller.
CategoryAutocompleteTest::providerTestAutocompleteSuggestions function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php Data provider for testAutocompleteSuggestions().
CategoryAutocompleteTest::setUp function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php
CategoryAutocompleteTest::testAutocompleteSuggestions function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php Tests the autocomplete method.
ChainedFastBackendFactory class core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Defines the chained fast cache backend factory.
ChainedFastBackendFactory.php file core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php
ChainedFastBackendFactory::$consistentServiceName property core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php The service name of the consistent backend factory.
ChainedFastBackendFactory::$container property core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php The service container.
ChainedFastBackendFactory::$fastServiceName property core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php The service name of the fast backend factory.
ChainedFastBackendFactory::get function core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Instantiates a chained, fast cache backend class for a given cache bin.
ChainedFastBackendFactory::setContainer function core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Sets the service container.
ChainedFastBackendFactory::__construct function core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Constructs ChainedFastBackendFactory object.
ChainedFastBackendFactoryTest class core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php @coversDefaultClass \Drupal\Core\Cache\ChainedFastBackendFactory
@group Cache
ChainedFastBackendFactoryTest.php file core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php

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