Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AutowiredInstanceTrait::createInstanceAutowired | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| AutowiredInstanceTrait::getAutowireArguments | function | core/ |
Resolves arguments for a method using autowiring. |
| AutowiredInstanceTraitTest | class | core/ |
Tests \Drupal\Core\DependencyInjection\AutowiredInstanceTrait. |
| AutowiredInstanceTraitTest.php | file | core/ |
|
| AutowiredInstanceTraitTest::testAutowire | function | core/ |
Tests autowiring services and parameters. |
| AutowiredInstanceTraitTest::testAutowireMissingRequiredParameter | function | core/ |
Tests exception for missing required parameter. |
| AutowiredInstanceTraitTest::testAutowireMissingRequiredService | function | core/ |
Tests exception for missing required service. |
| AutowireErrorBlock::__construct | function | core/ |
|
| AutowireRequiredParameterTestClass | class | core/ |
Test class for autowiring a required parameter. |
| AutowireRequiredParameterTestClass::__construct | function | core/ |
|
| AutowireRequiredServiceTestClass | class | core/ |
Test class for autowiring a required service. |
| AutowireRequiredServiceTestClass::__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. |
| AutowireTestClass | class | core/ |
Test class covering service and parameter autowiring scenarios. |
| AutowireTestClass::$setterNamedService | property | core/ |
An injected service. |
| AutowireTestClass::$setterParameter | property | core/ |
An injected parameter. |
| AutowireTestClass::$setterTypedService | property | core/ |
An injected service. |
| AutowireTestClass::setNamedService | function | core/ |
#[Required] |
| AutowireTestClass::setParameter | function | core/ |
#[Required] |
| AutowireTestClass::setTypedService | function | core/ |
#[Required] |
| AutowireTestClass::__construct | function | core/ |
|
| 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::__construct | function | core/ |
Constructs an image toolkit operation plugin. |
| 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. |
| a_module_update_dependencies | function | core/ |
Implements hook_update_dependencies(). |
| BackendChain::$backends | property | core/ |
Ordered list of CacheBackendInterface instances. |
| BackendChain::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| 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. |
Pagination
- Previous page
- Page 61
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.