Search for d
Title | Object type | File name | Summary |
---|---|---|---|
AutomatedCron::__construct | function | core/ |
|
AutomatedCronHooks | class | core/ |
Hook implementations for automated_cron. |
AutomatedCronHooks.php | file | core/ |
|
AutomatedCronHooks::formSystemCronSettingsAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for the system_cron_settings() form. |
AutomatedCronHooks::help | function | core/ |
Implements hook_help(). |
AutomatedCronTest | class | core/ |
Tests for automated_cron. |
AutomatedCronTest.php | file | core/ |
|
AutomatedCronTest::$modules | property | core/ |
Modules to install. |
AutomatedCronTest::testRunsCronOnHttpRequest | function | core/ |
Tests that automated cron runs cron on an HTTP request. |
automated_cron.info.yml | file | core/ |
core/modules/automated_cron/automated_cron.info.yml |
automated_cron.module | file | core/ |
|
automated_cron.schema.yml | file | core/ |
core/modules/automated_cron/config/schema/automated_cron.schema.yml |
automated_cron.services.yml | file | core/ |
core/modules/automated_cron/automated_cron.services.yml |
automated_cron.settings.yml | file | core/ |
core/modules/automated_cron/config/install/automated_cron.settings.yml |
automated_cron.settings.yml | file | core/ |
core/profiles/standard/config/install/automated_cron.settings.yml |
automated_cron.subscriber | service | core/ |
Drupal\automated_cron\EventSubscriber\AutomatedCron |
automated_cron_settings_submit | function | core/ |
Form submission handler for system_cron_settings(). |
AutowireTest::$modules | property | core/ |
Modules to install. |
AvifImageEffect::buildConfigurationForm | function | core/ |
Form constructor. |
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. |
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. |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.