Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
AutowiredInstanceTrait trait core/lib/Drupal/Core/DependencyInjection/AutowiredInstanceTrait.php Defines a base trait for automatically wiring dependency arguments.
AutowiredInstanceTrait.php file core/lib/Drupal/Core/DependencyInjection/AutowiredInstanceTrait.php
AutowiredInstanceTrait::createInstanceAutowired function core/lib/Drupal/Core/DependencyInjection/AutowiredInstanceTrait.php Instantiates a new instance of the implementing class using autowiring.
AutowireErrorBlock class core/modules/system/tests/modules/autowire_test/src/Plugin/Block/AutowireErrorBlock.php Provides a block that cannot be autowired.
AutowireErrorBlock.php file core/modules/system/tests/modules/autowire_test/src/Plugin/Block/AutowireErrorBlock.php
AutowireErrorBlock::build function core/modules/system/tests/modules/autowire_test/src/Plugin/Block/AutowireErrorBlock.php Builds and returns the renderable array for this block plugin.
AutowireErrorBlock::__construct function core/modules/system/tests/modules/autowire_test/src/Plugin/Block/AutowireErrorBlock.php
AutowireTest class core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Tests auto-wiring services.
AutowireTest.php file core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php
AutowireTest::$modules property core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Modules to install.
AutowireTest::testAutowire function core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Tests that 'autowire_test.service' has its dependencies injected.
AutowireTest::testCoreControllerAutowiring function core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Tests that core controllers are autowired where possible.
AutowireTest::testCoreServiceAliases function core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Tests that core services have aliases correctly defined where possible.
AutowireTrait trait core/lib/Drupal/Core/DependencyInjection/AutowireTrait.php Defines a trait for automatically wiring dependencies from the container.
AutowireTrait.php file core/lib/Drupal/Core/DependencyInjection/AutowireTrait.php
AutowireTrait::create function core/lib/Drupal/Core/DependencyInjection/AutowireTrait.php Instantiates a new instance of the implementing class using autowiring.
autowire_test.info.yml file core/modules/system/tests/modules/autowire_test/autowire_test.info.yml core/modules/system/tests/modules/autowire_test/autowire_test.info.yml
autowire_test.services.yml file core/modules/system/tests/modules/autowire_test/autowire_test.services.yml core/modules/system/tests/modules/autowire_test/autowire_test.services.yml
AvifImageEffect class core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php Converts an image resource to AVIF, with fallback.
AvifImageEffect.php file core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php
AvifImageEffect::$imageToolkitManager property core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php The image toolkit manager.
AvifImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php Applies an image effect to the image object.
AvifImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php Form constructor.
AvifImageEffect::create function core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php Instantiates a new instance of the implementing class using autowiring.
AvifImageEffect::getDerivativeExtension function core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php Returns the extension of the derivative after applying this image effect.
AvifImageEffect::isAvifSupported function core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php Is AVIF supported by the image toolkit.
b.txt file core/modules/system/tests/fixtures/IgnoreDirectories/frontend_framework/b.txt
Babylon5.txt file core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/private/Babylon5.txt ***
BackendChain class core/lib/Drupal/Core/Cache/BackendChain.php Defines a chained cache implementation for combining multiple cache backends.
BackendChain.php file core/lib/Drupal/Core/Cache/BackendChain.php
BackendChain::$backends property core/lib/Drupal/Core/Cache/BackendChain.php Ordered list of CacheBackendInterface instances.
BackendChain::appendBackend function core/lib/Drupal/Core/Cache/BackendChain.php Appends a cache backend to the cache chain.
BackendChain::delete function core/lib/Drupal/Core/Cache/BackendChain.php Deletes an item from the cache.
BackendChain::deleteAll function core/lib/Drupal/Core/Cache/BackendChain.php Deletes all cache items in a bin.
BackendChain::deleteMultiple function core/lib/Drupal/Core/Cache/BackendChain.php Deletes multiple items from the cache.
BackendChain::garbageCollection function core/lib/Drupal/Core/Cache/BackendChain.php Performs garbage collection on a cache bin.
BackendChain::get function core/lib/Drupal/Core/Cache/BackendChain.php Returns data from the persistent cache.
BackendChain::getMultiple function core/lib/Drupal/Core/Cache/BackendChain.php Returns data from the persistent cache when given an array of cache IDs.
BackendChain::invalidate function core/lib/Drupal/Core/Cache/BackendChain.php Marks a cache item as invalid.
BackendChain::invalidateAll function core/lib/Drupal/Core/Cache/BackendChain.php Marks all cache items as invalid.
BackendChain::invalidateMultiple function core/lib/Drupal/Core/Cache/BackendChain.php Marks cache items as invalid.
BackendChain::invalidateTags function core/lib/Drupal/Core/Cache/BackendChain.php Marks cache items with any of the specified tags as invalid.
BackendChain::prependBackend function core/lib/Drupal/Core/Cache/BackendChain.php Prepends a cache backend to the cache chain.
BackendChain::removeBin function core/lib/Drupal/Core/Cache/BackendChain.php Remove a cache bin.
BackendChain::set function core/lib/Drupal/Core/Cache/BackendChain.php Stores data in the persistent cache.
BackendChain::setMultiple function core/lib/Drupal/Core/Cache/BackendChain.php Store multiple items in the persistent cache.
BackendChainImplementationUnitTest class core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Unit test of backend chain implementation specifics.
BackendChainImplementationUnitTest.php file core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php
BackendChainImplementationUnitTest::$chain property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Chain that will be heavily tested.
BackendChainImplementationUnitTest::$firstBackend property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php First backend in the chain.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.