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
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
@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
@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
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.
RunnerVersion.php file core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php
RunnerVersion::getMajor function core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php Returns the major version of the PHPUnit runner being used.
RunnerVersion::__construct function core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php This class should not be instantiated.
RunTimeRequirementsTest class core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php Tests the effectiveness of hook_runtime_requirements().
RunTimeRequirementsTest.php file core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php
RunTimeRequirementsTest::$modules property core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php Modules to install.
RunTimeRequirementsTest::testRuntimeRequirements function core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php Tests hook_runtime_requirements() and hook_runtime_requirements_alter().
SearchBlockPageIdUpdatePathTest::testRunUpdates function core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php Tests update path for the search block's `page_id` setting from '' to NULL.
SearchTextProcessor::truncate function core/modules/search/src/SearchTextProcessor.php Helper function for array_walk in ::analyze().
SearchTextProcessorTest::testSearchTextProcessorUnicode function core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php Tests that text processing handles Unicode characters correctly.
SimpletestTestRunResultsStorage class core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Implements a test run results storage compatible with legacy Simpletest.
SimpletestTestRunResultsStorage.php file core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php

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