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
PostgreSqlSequenceUpdateTest::runDbTasks function core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php Runs the install database tasks for the driver used by the test runner.
QueueTest::runQueueTest function core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php Queues and unqueues a set of items to check the basic queue functionality.
ReadOnlyStream::stream_truncate function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Truncate stream.
RecipeRunner class core/lib/Drupal/Core/Recipe/RecipeRunner.php Applies a recipe.
RecipeRunner.php file core/lib/Drupal/Core/Recipe/RecipeRunner.php
RecipeRunner::installConfig function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs a config for a recipe.
RecipeRunner::installContent function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs a content for a recipe.
RecipeRunner::installModule function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs a module for a recipe.
RecipeRunner::installTheme function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs a theme for a recipe.
RecipeRunner::processConfiguration function core/lib/Drupal/Core/Recipe/RecipeRunner.php Creates configuration and applies configuration actions.
RecipeRunner::processContent function core/lib/Drupal/Core/Recipe/RecipeRunner.php Creates content contained in a recipe.
RecipeRunner::processInstall function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs the extensions.
RecipeRunner::processRecipe function core/lib/Drupal/Core/Recipe/RecipeRunner.php
RecipeRunner::processRecipes function core/lib/Drupal/Core/Recipe/RecipeRunner.php Applies any recipes listed by the recipe.
RecipeRunner::replaceInputValues function core/lib/Drupal/Core/Recipe/RecipeRunner.php
RecipeRunner::toBatchOperations function core/lib/Drupal/Core/Recipe/RecipeRunner.php Converts a recipe into a series of batch operations.
RecipeRunner::toBatchOperationsInstall function core/lib/Drupal/Core/Recipe/RecipeRunner.php Converts a recipe's install tasks to batch operations.
RecipeRunner::toBatchOperationsRecipe function core/lib/Drupal/Core/Recipe/RecipeRunner.php Helper method to convert a recipe to batch operations.
RecipeRunner::triggerEvent function core/lib/Drupal/Core/Recipe/RecipeRunner.php Triggers the RecipeAppliedEvent.
RecipeRunnerTest class core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php @coversDefaultClass \Drupal\Core\Recipe\RecipeRunner[[api-linebreak]]
@group Recipe
RecipeRunnerTest.php file core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php
RecipeRunnerTest::testApplySameRecipe function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests applying a recipe multiple times.
RecipeRunnerTest::testConfigActions function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests a recipe that has actions.
RecipeRunnerTest::testConfigActionsPreExistingConfig function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests a recipe that has actions and with pre-existing configuration.
RecipeRunnerTest::testConfigFromModule function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests module configuration after processing a recipe.
RecipeRunnerTest::testConfigFromModuleAndRecipe function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests installing config from a module and a recipe.
RecipeRunnerTest::testConfigWildcard function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests processing a recipe with a wildcard configuration.
RecipeRunnerTest::testInvalidConfigAction function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests a recipe with an invalid configuration action.
RecipeRunnerTest::testInvalidConfigActionAppliedOnConfigEntity function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests a recipe with an invalid action configuration.
RecipeRunnerTest::testModuleAndThemeInstall function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests modules and themes installed after processing a recipe.
RecipeRunnerTest::testModuleConfigurationOverride function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests configuration override after processing a recipe.
RecipeRunnerTest::testModuleInstall function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests modules installed after processing a recipe.
RecipeRunnerTest::testRecipeInclude function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests processing a recipe that includes another recipe.
RecipeRunnerTest::testRecipesAreDisambiguatedByPath function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests recipes are distinguished by the file path.
RecipeRunnerTest::testRenamedConfigActions function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests that renamed plugins are marked as deprecated.
RecipeRunnerTest::testThemeModuleDependenciesInstall function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests module and theme dependencies installed after processing a recipe.
Registry::$runtimeCache property core/lib/Drupal/Core/Theme/Registry.php The runtime cache.
Registry::$runtimeRegistry property core/lib/Drupal/Core/Theme/Registry.php An array of incomplete, runtime theme registries, keyed by theme name.
Registry::getRuntime function core/lib/Drupal/Core/Theme/Registry.php Returns the incomplete, runtime theme registry.
RegistryTest::$runtimeCache property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The mocked cache backend.
RemovePathKeyTest::testRunUpdates function core/modules/system/tests/src/Functional/Update/RemovePathKeyTest.php Tests the upgrade path for removing system.file.path key.
RequireEventTrait::$runtimePackages property core/modules/package_manager/src/Event/RequireEventTrait.php The runtime packages, in the form 'vendor/name:constraint'.
RequireEventTrait::getRuntimePackages function core/modules/package_manager/src/Event/RequireEventTrait.php Gets the runtime (i.e., non-dev) packages.
RouteAliasUpdateTest::testRunUpdates function core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php Tests the upgrade path for adding aliases to the router table.
RouterTest::testRouterUninstallInstall function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests that routes no longer exist for a module that has been uninstalled.
RouterUnsupportedTest class core/tests/Drupal/Tests/Core/Routing/RouterUnsupportedTest.php @coversDefaultClass \Drupal\Core\Routing\Router[[api-linebreak]]
@group Routing
@group legacy
RouterUnsupportedTest.php file core/tests/Drupal/Tests/Core/Routing/RouterUnsupportedTest.php
RouterUnsupportedTest::testGenerateUnsupported function core/tests/Drupal/Tests/Core/Routing/RouterUnsupportedTest.php @covers ::generate[[api-linebreak]]
run-tests.sh file core/scripts/run-tests.sh Script for running tests on DrupalCI.
RunnerVersion class core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php Helper class to determine information about running PHPUnit version.

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