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
MysqlRequirements::runtime function core/modules/mysql/src/Hook/MysqlRequirements.php Implements hook_runtime_requirements().
NavigationRequirements::runtime function core/modules/navigation/src/Hook/NavigationRequirements.php Implements hook_runtime_requirements().
NodeRequirements::runtime function core/modules/node/src/Hook/NodeRequirements.php Implements hook_runtime_requirements().
NodeRouteContext::getRuntimeContexts function core/modules/node/src/ContextProvider/NodeRouteContext.php Gets runtime context values for the given context IDs.
NumericItemBase::truncateDecimal function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php Helper method to truncate a decimal number to a given number of decimals.
PackageManagerFixtureCreator::runComposerCommand function core/scripts/PackageManagerFixtureCreator.php Runs a Composer command at the fixture root.
PackageManagerRequirementsHooks::runtime function core/modules/package_manager/src/Hook/PackageManagerRequirementsHooks.php Implements hook_runtime_requirements().
PackageManagerUninstallValidator class core/modules/package_manager/src/PackageManagerUninstallValidator.php Prevents any module from being uninstalled if update is in process.
PackageManagerUninstallValidator.php file core/modules/package_manager/src/PackageManagerUninstallValidator.php
PackageManagerUninstallValidator::validate function core/modules/package_manager/src/PackageManagerUninstallValidator.php Determines the reasons a module can not be uninstalled.
PackageManagerUninstallValidator::__construct function core/modules/package_manager/src/PackageManagerUninstallValidator.php
PathAliasRevisionIndexesUpdatePathTest::testRunUpdates function core/modules/path_alias/tests/src/Functional/Update/PathAliasRevisionIndexesUpdatePathTest.php Tests the update path for the path_alias_revision table indices.
PHP Runtime Assert Statements group core/core.api.php Use of the assert() statement in Drupal.
PhpStreamWrapperInterface::stream_truncate function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Truncate stream.
PhpTuf\ComposerStager\API\Precondition\Service\HostSupportsRunningProcessesInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Precondition\Service\HostSupportsRunningProcesses
PhpTuf\ComposerStager\API\Process\Service\ComposerProcessRunnerInterface service core/modules/package_manager/package_manager.services.yml Drupal\package_manager\ComposerRunner
PhpTuf\ComposerStager\API\Process\Service\RsyncProcessRunnerInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Service\RsyncProcessRunner
PhpUnitTestRunner class core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Run PHPUnit-based tests.
PhpUnitTestRunner.php file core/lib/Drupal/Core/Test/PhpUnitTestRunner.php
PhpUnitTestRunner::create function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Instantiates a new instance of this class.
PhpUnitTestRunner::execute function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Executes PHPUnit tests and returns the results of the run.
PhpUnitTestRunner::phpUnitCommand function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Returns the command to run PHPUnit.
PhpUnitTestRunner::processPhpUnitResults function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Logs the parsed PHPUnit results into the test run.
PhpUnitTestRunner::runCommand function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Executes the PHPUnit command.
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 @coversDefaultClass \Drupal\Core\Test\PhpUnitTestRunner[[api-linebreak]]
@group Test
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 @covers ::phpUnitCommand[[api-linebreak]]
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 @dataProvider providerTestSummarizeResults
@covers ::summarizeResults[[api-linebreak]]
PhpUnitTestRunnerTest::testXmlLogFilePath function core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php @covers ::xmlLogFilePath[[api-linebreak]]
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.

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