Search for all
Title | Object type | File name | Summary |
---|---|---|---|
AvifImageEffect::getDerivativeExtension | function | core/ |
Returns the extension of the derivative after applying this image effect. |
AvifImageEffect::isAvifSupported | function | core/ |
Is AVIF supported by the image toolkit. |
b.txt | file | core/ |
|
Babylon5.txt | file | core/ |
*** |
BackendChain | class | core/ |
Defines a chained cache implementation for combining multiple cache backends. |
BackendChain.php | file | core/ |
|
BackendChain::$backends | property | core/ |
Ordered list of CacheBackendInterface instances. |
BackendChain::appendBackend | function | core/ |
Appends a cache backend to the cache chain. |
BackendChain::delete | function | core/ |
Deletes an item from the cache. |
BackendChain::deleteAll | function | core/ |
Deletes all cache items in a bin. |
BackendChain::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
BackendChain::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
BackendChain::get | function | core/ |
Returns data from the persistent cache. |
BackendChain::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
BackendChain::invalidate | function | core/ |
Marks a cache item as invalid. |
BackendChain::invalidateAll | function | core/ |
Marks all cache items as invalid. |
BackendChain::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
BackendChain::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
BackendChain::prependBackend | function | core/ |
Prepends a cache backend to the cache chain. |
BackendChain::removeBin | function | core/ |
Remove a cache bin. |
BackendChain::set | function | core/ |
Stores data in the persistent cache. |
BackendChain::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
BackendChainImplementationUnitTest | class | core/ |
Unit test of backend chain implementation specifics. |
BackendChainImplementationUnitTest.php | file | core/ |
|
BackendChainImplementationUnitTest::$chain | property | core/ |
Chain that will be heavily tested. |
BackendChainImplementationUnitTest::$firstBackend | property | core/ |
First backend in the chain. |
BackendChainImplementationUnitTest::$secondBackend | property | core/ |
Second backend in the chain. |
BackendChainImplementationUnitTest::$thirdBackend | property | core/ |
Third backend in the chain. |
BackendChainImplementationUnitTest::setUp | function | core/ |
|
BackendChainImplementationUnitTest::testDelete | function | core/ |
Tests that delete will propagate. |
BackendChainImplementationUnitTest::testDeleteAllPropagation | function | core/ |
Tests that the delete all operation is propagated to all chained backends. |
BackendChainImplementationUnitTest::testDeleteTagsPropagation | function | core/ |
Tests that the delete tags operation is propagated to all chained backends. |
BackendChainImplementationUnitTest::testGet | function | core/ |
Tests the get feature. |
BackendChainImplementationUnitTest::testGetHasPropagated | function | core/ |
Ensure get values propagation to previous backends. |
BackendChainImplementationUnitTest::testGetMultiple | function | core/ |
Tests the get multiple feature. |
BackendChainImplementationUnitTest::testGetMultipleHasPropagated | function | core/ |
Ensure get multiple values propagation to previous backends. |
BackendChainImplementationUnitTest::testRemoveBin | function | core/ |
Tests that removing bin propagates to all backends. |
BackendChainImplementationUnitTest::testSet | function | core/ |
Tests that set will propagate. |
BackendChainTest | class | core/ |
Unit test of the backend chain using the generic cache unit test base. |
BackendChainTest.php | file | core/ |
|
BackendChainTest::createCacheBackend | function | core/ |
Creates a cache backend to test. |
BackendCompilerPass | class | core/ |
Defines a compiler pass to allow automatic override per backend. |
BackendCompilerPass.php | file | core/ |
|
BackendCompilerPass::process | function | core/ |
|
BackendCompilerPassTest | class | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\BackendCompilerPass[[api-linebreak]] @group DependencyInjection |
BackendCompilerPassTest.php | file | core/ |
|
BackendCompilerPassTest::$backendPass | property | core/ |
The tested backend compiler pass. |
BackendCompilerPassTest::getDriverTestMysqlContainer | function | core/ |
Creates a container with a DriverTestMysql database mock definition in it. |
BackendCompilerPassTest::getMockDriverContainerWithDefaultBackendParameterArgumentAndDotPrefixedService | function | core/ |
Creates a container with a database mock definition in it. |
BackendCompilerPassTest::getMockDriverContainerWithNullDriverBackend | function | core/ |
Creates a container with a database mock definition in it. |
Pagination
- Previous page
- Page 67
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.