Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 8.9.x for d
  4. Search 10.3.x for d
  5. Other projects
Title Object type File name Summary
AutomatedCron::__construct function core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php
AutomatedCronHooks class core/modules/automated_cron/src/Hook/AutomatedCronHooks.php Hook implementations for automated_cron.
AutomatedCronHooks.php file core/modules/automated_cron/src/Hook/AutomatedCronHooks.php
AutomatedCronHooks::formSystemCronSettingsAlter function core/modules/automated_cron/src/Hook/AutomatedCronHooks.php Implements hook_form_FORM_ID_alter() for the system_cron_settings() form.
AutomatedCronHooks::help function core/modules/automated_cron/src/Hook/AutomatedCronHooks.php Implements hook_help().
AutomatedCronTest class core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Tests for automated_cron.
AutomatedCronTest.php file core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php
AutomatedCronTest::$modules property core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Modules to install.
AutomatedCronTest::testRunsCronOnHttpRequest function core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Tests that automated cron runs cron on an HTTP request.
automated_cron.info.yml file core/modules/automated_cron/automated_cron.info.yml core/modules/automated_cron/automated_cron.info.yml
automated_cron.module file core/modules/automated_cron/automated_cron.module
automated_cron.schema.yml file core/modules/automated_cron/config/schema/automated_cron.schema.yml core/modules/automated_cron/config/schema/automated_cron.schema.yml
automated_cron.services.yml file core/modules/automated_cron/automated_cron.services.yml core/modules/automated_cron/automated_cron.services.yml
automated_cron.settings.yml file core/modules/automated_cron/config/install/automated_cron.settings.yml core/modules/automated_cron/config/install/automated_cron.settings.yml
automated_cron.settings.yml file core/profiles/standard/config/install/automated_cron.settings.yml core/profiles/standard/config/install/automated_cron.settings.yml
automated_cron.subscriber service core/modules/automated_cron/automated_cron.services.yml Drupal\automated_cron\EventSubscriber\AutomatedCron
automated_cron_settings_submit function core/modules/automated_cron/automated_cron.module Form submission handler for system_cron_settings().
AutowireTest::$modules property core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Modules to install.
AvifImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php Form constructor.
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.
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.
BackendChainImplementationUnitTest::$secondBackend property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Second backend in the chain.
BackendChainImplementationUnitTest::$thirdBackend property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Third backend in the chain.
BackendChainImplementationUnitTest::setUp function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php
BackendChainImplementationUnitTest::testDelete function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that delete will propagate.
BackendChainImplementationUnitTest::testDeleteAllPropagation function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that the delete all operation is propagated to all chained backends.
BackendChainImplementationUnitTest::testDeleteTagsPropagation function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that the delete tags operation is propagated to all chained backends.
BackendChainImplementationUnitTest::testGet function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests the get feature.

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