Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
AutoIncrementingTestItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php
AutoIncrementingTestItem::getIncrementedFieldValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Gets an incremented field value.
AutoIncrementingTestItem::preSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Defines custom presave behavior for field values.
Autoload class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Autoload.php
Autoload.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Autoload.php
autoload.php file ./autoload.php
Automated tests group core/core.api.php Overview of PHPUnit and Nightwatch automated tests.
AutomatedCron class core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php A subscriber running cron after a response is sent.
AutomatedCron.php file core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php
AutomatedCron::getSubscribedEvents function core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php Registers the methods in this class that should be listeners.
AutomatedCron::onTerminate function core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php Run the automated cron if enabled.
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().
AutowireBlock class core/modules/system/tests/modules/autowire_test/src/Plugin/Block/AutowireBlock.php Provides a block that can be autowired.
AutowireBlock.php file core/modules/system/tests/modules/autowire_test/src/Plugin/Block/AutowireBlock.php
AutowireBlock::build function core/modules/system/tests/modules/autowire_test/src/Plugin/Block/AutowireBlock.php Builds and returns the renderable array for this block plugin.
AutowireBlock::getLock function core/modules/system/tests/modules/autowire_test/src/Plugin/Block/AutowireBlock.php Gets the lock service.
AutowireBlock::__construct function core/modules/system/tests/modules/autowire_test/src/Plugin/Block/AutowireBlock.php
AutowireBlockTest class core/tests/Drupal/KernelTests/Core/Block/AutowireBlockTest.php Tests that blocks can be autowired.
AutowireBlockTest.php file core/tests/Drupal/KernelTests/Core/Block/AutowireBlockTest.php
AutowireBlockTest::$modules property core/tests/Drupal/KernelTests/Core/Block/AutowireBlockTest.php Modules to install.
AutowireBlockTest::testAutowireBlock function core/tests/Drupal/KernelTests/Core/Block/AutowireBlockTest.php Tests blocks with autowiring are created successfully.
AutowireBlockTest::testAutowireError function core/tests/Drupal/KernelTests/Core/Block/AutowireBlockTest.php Tests that autowire errors are handled correctly.
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.

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