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 |
|---|---|---|---|
| AutoloadingStorage | class | core/ |
Defines the autoloading storage. |
| AutoloadingStorage.php | file | core/ |
|
| AutoloadingStorage::$classloader | property | core/ |
Class loader that loads code from extensions provided to the constructor. |
| AutoloadingStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| AutoloadingStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| AutoloadingStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| AutoloadingStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| AutoloadingStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| AutoloadingStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| AutoloadingStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| AutoloadingStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| AutoloadingStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| AutoloadingStorage::read | function | core/ |
Reads configuration data from the storage. |
| AutoloadingStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| AutoloadingStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| AutoloadingStorage::resetListCache | function | core/ |
Clears the static list cache. |
| AutoloadingStorage::write | function | core/ |
Writes configuration data to the storage. |
| AutoloadingStorage::__construct | function | core/ |
Constructs a new AutoloadingStorage. |
| Automated tests | group | core/ |
Overview of PHPUnit and Nightwatch automated tests. |
| AutomatedCron::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
| 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 | class | core/ |
Tests for automated_cron. |
| AutomatedCronTest.php | file | core/ |
|
| AutomatedCronTest.php | file | core/ |
|
| AutomatedCronTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| AutomatedCronTest::$modules | property | core/ |
Modules to install. |
| AutomatedCronTest::testCronDoesNotRunOnCliRequest | function | core/ |
Tests that automated cron does not run cron on a CLI request. |
| AutomatedCronTest::testRunsCronOnHttpRequest | function | core/ |
Tests that automated cron runs cron on an HTTP request. |
| 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(). |
| AutowireBlock::__construct | function | core/ |
|
| AutowireBlockTest | class | core/ |
Tests that blocks can be autowired. |
| AutowireBlockTest.php | file | core/ |
|
| AutowireBlockTest::$modules | property | core/ |
Modules to install. |
| AutowireBlockTest::testAutowireBlock | function | core/ |
Tests blocks with autowiring are created successfully. |
| AutowireBlockTest::testAutowireError | function | core/ |
Tests that autowire errors are handled correctly. |
| AutowiredInstanceTrait | trait | core/ |
Defines a base trait for automatically wiring dependency arguments. |
| AutowiredInstanceTrait.php | file | core/ |
|
| 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. |
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.