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
PhpUnitTestRunner::summarizeResults function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Tallies test results per test class.
PhpUnitTestRunner::xmlLogFilePath function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Returns the path to use for PHPUnit's --log-junit option.
PhpUnitTestRunner::__construct function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Constructs a test runner.
PhpUnitTestRunnerTest class core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php Tests Drupal\Core\Test\PhpUnitTestRunner.
PhpUnitTestRunnerTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php
PhpUnitTestRunnerTest::providerTestSummarizeResults function core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php
PhpUnitTestRunnerTest::testPhpUnitCommand function core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php Tests php unit command.
PhpUnitTestRunnerTest::testRunTestsError function core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php Tests an error in the test running phase.
PhpUnitTestRunnerTest::testSummarizeResults function core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php Tests summarize results.
PhpUnitTestRunnerTest::testXmlLogFilePath function core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php Tests xml log file path.
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::installModules function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs modules 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 Tests Drupal\Core\Recipe\RecipeRunner.
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.
RecipeTestTrait::runDrupalCommand function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php Runs the `core/scripts/drupal` script with the given arguments.
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.

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