Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
AutomatedCronTest::$modules property core/modules/automated_cron/tests/src/Functional/AutomatedCronTest.php Modules to install.
AutomatedCronTest::$modules property core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Modules to install.
AutomatedCronTest::testCronDoesNotRunOnCliRequest function core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Tests that automated cron does not run cron on a CLI request.
AutomatedCronTest::testRunsCronOnHttpRequest function core/modules/automated_cron/tests/src/Functional/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.
AutowiredInstanceTrait::getAutowireArguments function core/lib/Drupal/Core/DependencyInjection/AutowiredInstanceTrait.php Resolves arguments for a method using autowiring.
AutowiredInstanceTraitTest class core/tests/Drupal/Tests/Core/DependencyInjection/AutowiredInstanceTraitTest.php Tests Drupal\Core\DependencyInjection\AutowiredInstanceTrait.
AutowiredInstanceTraitTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/AutowiredInstanceTraitTest.php
AutowiredInstanceTraitTest::testSetterInjection function core/tests/Drupal/Tests/Core/DependencyInjection/AutowiredInstanceTraitTest.php
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::getCoreServiceFiles function core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Return a list of core service YAML files.
AutowireTest::testAutowire function core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Tests that 'autowire_test.service' has its dependencies injected.
AutowireTest::testCoreAutowiring function core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Tests that core services have aliases correctly defined where possible.
AutowireTest::testCoreControllerAutowiring function core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Tests that core controllers are autowired where possible.
AutowireTest::testCoreServiceAliases function core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Tests that core services have aliases correctly defined where possible.
AutowireTrait trait core/lib/Drupal/Core/DependencyInjection/AutowireTrait.php Defines a trait for automatically wiring dependencies from the container.
AutowireTrait.php file core/lib/Drupal/Core/DependencyInjection/AutowireTrait.php
AutowireTrait::create function core/lib/Drupal/Core/DependencyInjection/AutowireTrait.php Instantiates a new instance of the implementing class using autowiring.
autowire_test.info.yml file core/modules/system/tests/modules/autowire_test/autowire_test.info.yml core/modules/system/tests/modules/autowire_test/autowire_test.info.yml
autowire_test.services.yml file core/modules/system/tests/modules/autowire_test/autowire_test.services.yml core/modules/system/tests/modules/autowire_test/autowire_test.services.yml
Autowiring class core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Autowiring.php Builds an image toolkit operation.
Autowiring.php file core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Autowiring.php
Autowiring::execute function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Autowiring.php Performs the actual manipulation on the image.
Autowiring::__construct function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Autowiring.php Constructs an image toolkit operation plugin.

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