Search for to
Title | Object type | File name | Summary |
---|---|---|---|
CacheFactoryInterface::get | function | core/ |
Gets a cache backend class for a given cache bin. |
CacheFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Cache\CacheFactory @group Cache |
CacheFactoryTest.php | file | core/ |
|
CacheFactoryTest::testCacheFactoryWithCustomizedDefaultBackend | function | core/ |
Tests that the cache factory falls back to customized default service. |
CacheFactoryTest::testCacheFactoryWithDefaultBinBackend | function | core/ |
Tests that the cache factory uses the correct default bin backend. |
CacheFactoryTest::testCacheFactoryWithDefaultSettings | function | core/ |
Tests that the cache factory falls back to the built-in default service. |
CacheFactoryTest::testCacheFactoryWithSpecifiedPerBinBackend | function | core/ |
Tests that the cache factory picks the correct per-bin service. |
CachePluginBase::$storage | property | core/ |
Contains all data that should be written/read from cache. |
CacheTagsChecksumDecorator | class | core/ |
Wraps an existing cache tags checksum invalidator to track calls separately. |
CacheTagsChecksumDecorator.php | file | core/ |
|
CacheTagsChecksumDecorator::getCurrentChecksum | function | core/ |
|
CacheTagsChecksumDecorator::invalidateTags | function | core/ |
|
CacheTagsChecksumDecorator::isValid | function | core/ |
|
CacheTagsChecksumDecorator::logCacheTagOperation | function | core/ |
Logs a cache tag operation. |
CacheTagsChecksumDecorator::reset | function | core/ |
|
CacheTagsChecksumDecorator::__construct | function | core/ |
|
CacheTagsInvalidator | class | core/ |
Passes cache tag events to classes that wish to respond to them. |
CacheTagsInvalidator.php | file | core/ |
|
CacheTagsInvalidator::$bins | property | core/ |
Holds an array of cache bins that support invalidations. |
CacheTagsInvalidator::$invalidators | property | core/ |
Holds an array of cache tags invalidators. |
CacheTagsInvalidator::addBin | function | core/ |
Adds a cache bin. |
CacheTagsInvalidator::addInvalidator | function | core/ |
Adds a cache tags invalidator. |
CacheTagsInvalidator::invalidateTags | function | core/ |
|
CacheTagsInvalidator::resetChecksums | function | core/ |
Reset statically cached tags in all cache tag checksum services. |
CacheTagsInvalidatorInterface | interface | core/ |
Defines required methods for classes wanting to handle cache tag changes. |
CacheTagsInvalidatorInterface.php | file | core/ |
|
CacheTagsInvalidatorInterface::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
CacheTagsInvalidatorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Cache\CacheTagsInvalidator @group Cache |
CacheTagsInvalidatorTest.php | file | core/ |
|
CacheTagsInvalidatorTest::testInvalidateTags | function | core/ |
@covers ::invalidateTags @covers ::addInvalidator @covers ::addBin |
CacheTagsInvalidatorTest::testInvalidateTagsWithInvalidTags | function | core/ |
@covers ::invalidateTags |
CacheTagTest::$nodeStorage | property | core/ |
The node storage. |
CacheTest::testHeaderStorage | function | core/ |
Tests css/js storage and restoring mechanism. |
CacheWebTest::testCacheOutputOnPage | function | core/ |
Tests the output caching on an actual page. |
cache_context.protocol_version | service | core/ |
Drupal\Core\Cache\Context\ProtocolVersionCacheContext |
cache_factory | service | core/ |
Drupal\Core\Cache\CacheFactory |
cache_tags.invalidator | service | core/ |
Drupal\Core\Cache\CacheTagsInvalidator |
cache_tags.invalidator.checksum | service | core/ |
Drupal\Core\Cache\DatabaseCacheTagsChecksum |
CalculatedPermissionsItemTest::testConstructor | function | core/ |
Tests that the object values were set in the constructor. |
CalculatedPermissionsTest::testConstructor | function | core/ |
Tests that the object values were set in the constructor. |
Callbacks::imageButtonCallback | function | core/ |
Ajax callback to confirm image button was submitted. |
CallbackTest::strToLower | function | core/ |
Makes a string lowercase for testing purposes. |
CancelUser::$tempStoreFactory | property | core/ |
The tempstore factory. |
CategoryAutocompleteController | class | core/ |
Returns autocomplete responses for block categories. |
CategoryAutocompleteController.php | file | core/ |
|
CategoryAutocompleteController::$blockManager | property | core/ |
The block manager. |
CategoryAutocompleteController::autocomplete | function | core/ |
Retrieves suggestions for block category autocompletion. |
CategoryAutocompleteController::create | function | core/ |
Instantiates a new instance of this class. |
CategoryAutocompleteController::__construct | function | core/ |
Constructs a new CategoryAutocompleteController. |
CategoryAutocompleteTest | class | core/ |
@coversDefaultClass \Drupal\block\Controller\CategoryAutocompleteController @group block |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.