Search for run

  1. Search 7.x for run
  2. Search 9.5.x for run
  3. Search 8.9.x for run
  4. Search 10.3.x for run
  5. Other projects
Title Object type File name Summary
AnnounceFetcherUnitTest class core/modules/announcements_feed/tests/src/Unit/AnnounceFetcherUnitTest.php Simple test to ensure that asserts pass.
AnnounceFetcherUnitTest.php file core/modules/announcements_feed/tests/src/Unit/AnnounceFetcherUnitTest.php
AnnounceFetcherUnitTest::$fetcher property core/modules/announcements_feed/tests/src/Unit/AnnounceFetcherUnitTest.php The Fetcher service object.
AnnounceFetcherUnitTest::setUp function core/modules/announcements_feed/tests/src/Unit/AnnounceFetcherUnitTest.php
AnnounceFetcherUnitTest::testValidateUrl function core/modules/announcements_feed/tests/src/Unit/AnnounceFetcherUnitTest.php Test the ValidateUrl() method.
AnnounceFetcherUnitTest::urlProvider function core/modules/announcements_feed/tests/src/Unit/AnnounceFetcherUnitTest.php Data for the testValidateUrl.
ApiController::run function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Begins a stage life cycle.
AutomatedCronTest::testRunsCronOnHttpRequest function core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Tests that automated cron runs cron on an HTTP request.
BlockContentStatusInfoUpdatePathTest::testRunUpdates function core/modules/block_content/tests/src/Functional/Update/BlockContentStatusInfoUpdatePathTest.php Tests block_content_post_update_remove_block_content_status_info_keys.
BlockWeightUpdateTest::testRunUpdates function core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php Tests update path for blocks' `weight` property.
BrowserTestBaseTest::testCronRun function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the ::cronRun() method.
BubblingTest::bubblingNestedPreRenderUncached function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php Render API callback: Used for testing testBubblingWithPrerender().
ChangePromotedDefaultTest::testRunUpdates function core/modules/node/tests/src/Functional/Update/ChangePromotedDefaultTest.php @covers node_post_update_create_promote_base_field_overrides[[api-linebreak]]
CommandLineOrUnsafeMethod class core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php Reject when running from the command line or when HTTP method is not safe.
CommandLineOrUnsafeMethod.php file core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php
CommandLineOrUnsafeMethod::check function core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php Determines whether delivery of a cached page should be attempted.
CommandLineOrUnsafeMethod::isCli function core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php Indicates whether this is a CLI request.
CommandLineOrUnsafeMethodTest class core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php @coversDefaultClass \Drupal\Core\PageCache\RequestPolicy\CommandLineOrUnsafeMethod[[api-linebreak]]
@group PageCache
CommandLineOrUnsafeMethodTest.php file core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php
CommandLineOrUnsafeMethodTest::$policy property core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php The request policy under test.
CommandLineOrUnsafeMethodTest::providerTestHttpMethod function core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php Provides test data and expected results for the HTTP method test.
CommandLineOrUnsafeMethodTest::setUp function core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php
CommandLineOrUnsafeMethodTest::testHttpMethod function core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php Asserts that check() returns DENY for unsafe HTTP methods.
CommandLineOrUnsafeMethodTest::testIsCli function core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php Asserts that check() returns DENY if running from the command line.
ComposerInspectorTest::mockComposerRunner function core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php Mocks the Composer runner service to return a particular version string.
ComposerInspectorTest::testComposerUnavailable function core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php @covers ::validate[[api-linebreak]]
ComposerRunner class core/modules/package_manager/src/ComposerRunner.php Runs Composer through the current PHP interpreter.
ComposerRunner.php file core/modules/package_manager/src/ComposerRunner.php
ComposerRunner::run function core/modules/package_manager/src/ComposerRunner.php
ComposerRunner::__construct function core/modules/package_manager/src/ComposerRunner.php
ComposerRunnerTest class core/modules/package_manager/tests/src/Unit/ComposerRunnerTest.php Tests Package Manager's Composer runner service.
ComposerRunnerTest.php file core/modules/package_manager/tests/src/Unit/ComposerRunnerTest.php
ComposerRunnerTest::testRunner function core/modules/package_manager/tests/src/Unit/ComposerRunnerTest.php Tests that the Composer runner runs Composer through the PHP interpreter.
Connection::truncate function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php Prepares and returns a TRUNCATE query object.
Connection::truncate function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Prepares and returns a TRUNCATE query object.
Connection::truncate function core/lib/Drupal/Core/Database/Connection.php Prepares and returns a TRUNCATE query object.
Connection::truncate function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Prepares and returns a TRUNCATE query object.
Connection::truncate function core/tests/fixtures/database_drivers/custom/fake/Connection.php Prepares and returns a TRUNCATE query object.
ConnectionTest::providerUnsupportedFetchModes function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Provides data for testUnsupportedFetchModes.
ContextProviderInterface::getRuntimeContexts function core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php Gets runtime context values for the given context IDs.
ContextRepositoryInterface::getRuntimeContexts function core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php Gets runtime context values for the given context IDs.
Cron::run function core/lib/Drupal/Core/Cron.php Executes a cron run.
CronController::run function core/modules/system/src/CronController.php Run Cron once.
CronController::runManually function core/modules/system/src/CronController.php Run cron manually.
CronForm::runCron function core/modules/system/src/Form/CronForm.php Form submission handler for running cron manually.
CronInterface::run function core/lib/Drupal/Core/CronInterface.php Executes a cron run.
CronRunTest class core/modules/system/tests/src/Functional/System/CronRunTest.php Tests cron runs.
CronRunTest.php file core/modules/system/tests/src/Functional/System/CronRunTest.php
CronRunTest::$defaultTheme property core/modules/system/tests/src/Functional/System/CronRunTest.php The theme to install as the default for testing.
CronRunTest::$modules property core/modules/system/tests/src/Functional/System/CronRunTest.php Modules to install.

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