Search for all
Title | Object type | File name | Summary |
---|---|---|---|
Automated tests | group | core/ |
Overview of PHPUnit and Nightwatch automated tests. |
AutomatedCron | class | core/ |
A subscriber running cron after a response is sent. |
AutomatedCron.php | file | core/ |
|
AutomatedCron::$config | property | core/ |
The cron configuration. |
AutomatedCron::$cron | property | core/ |
The cron service. |
AutomatedCron::$state | property | core/ |
The state key value store. |
AutomatedCron::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
AutomatedCron::onTerminate | function | core/ |
Run the automated cron if enabled. |
AutomatedCron::__construct | function | core/ |
Constructs a new automated cron runner. |
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(). |
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 | 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 |
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. |
Pagination
- Previous page
- Page 67
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.