Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| AutowiredInstanceTrait | trait | core/ |
Defines a base trait for automatically wiring dependency arguments. |
| AutowiredInstanceTrait.php | file | core/ |
|
| AutowiredInstanceTrait::createInstanceAutowired | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| AutowireErrorBlock | class | core/ |
Provides a block that cannot be autowired. |
| AutowireErrorBlock.php | file | core/ |
|
| AutowireErrorBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| AutowireErrorBlock::__construct | function | core/ |
|
| AutowireTest | class | core/ |
Tests auto-wiring services. |
| AutowireTest.php | file | core/ |
|
| AutowireTest::$modules | property | core/ |
Modules to install. |
| AutowireTest::testAutowire | function | core/ |
Tests that 'autowire_test.service' has its dependencies injected. |
| AutowireTest::testCoreControllerAutowiring | function | core/ |
Tests that core controllers are autowired where possible. |
| AutowireTest::testCoreServiceAliases | function | core/ |
Tests that core services have aliases correctly defined where possible. |
| 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 |
| 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/ |
*** |
| 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. |
Pagination
- Previous page
- Page 68
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.