Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| AutowireTrait | trait | core/ |
Defines a trait for automatically wiring dependencies from the container. |
| AutowireTrait.php | file | core/ |
|
| AutowireTrait::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| autowire_test.info.yml | file | core/ |
core/modules/system/tests/modules/autowire_test/autowire_test.info.yml |
| autowire_test.services.yml | file | core/ |
core/modules/system/tests/modules/autowire_test/autowire_test.services.yml |
| Autowiring | class | core/ |
Builds an image toolkit operation. |
| Autowiring.php | file | core/ |
|
| Autowiring::execute | function | core/ |
Performs the actual manipulation on the image. |
| Autowiring::__construct | function | core/ |
Constructs an image toolkit operation plugin. |
| AvifImageEffect | class | core/ |
Converts an image resource to AVIF, with fallback. |
| AvifImageEffect.php | file | core/ |
|
| AvifImageEffect::$imageToolkitManager | property | core/ |
The image toolkit manager. |
| AvifImageEffect::applyEffect | function | core/ |
Applies an image effect to the image object. |
| AvifImageEffect::buildConfigurationForm | function | core/ |
Form constructor. |
| AvifImageEffect::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| 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/ |
*** |
| 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. |
Pagination
- Previous page
- Page 69
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.