Search for process

  1. Search 7.x for process
  2. Search 9.5.x for process
  3. Search 8.9.x for process
  4. Search 10.3.x for process
  5. Other projects
Title Object type File name Summary
PerformanceTestTrait::processChromeDriverPerformanceLogs function core/tests/Drupal/Tests/PerformanceTestTrait.php Gets the chromedriver performance log and extracts metrics from it.
PermissionCheckerTest::$processor property core/tests/Drupal/Tests/Core/Session/PermissionCheckerTest.php The mocked access policy processor.
PermissionsHashGeneratorTest::$processor property core/tests/Drupal/Tests/Core/Session/PermissionsHashGeneratorTest.php The mocked access policy processor.
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\Factory\ProcessFactoryInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Factory\ProcessFactory
PhpTuf\ComposerStager\API\Process\Service\ComposerProcessRunnerInterface service core/modules/package_manager/package_manager.services.yml Drupal\package_manager\ComposerRunner
PhpTuf\ComposerStager\API\Process\Service\OutputCallbackInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Service\OutputCallback
PhpTuf\ComposerStager\API\Process\Service\ProcessInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Service\Process
PhpTuf\ComposerStager\API\Process\Service\RsyncProcessRunnerInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Service\RsyncProcessRunner
PhpTuf\ComposerStager\Internal\Process\Factory\SymfonyProcessFactoryInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Factory\SymfonyProcessFactory
PhpTuf\ComposerStager\Internal\Process\Service\OutputCallbackAdapterInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Service\OutputCallbackAdapter
PhpUnitTestRunner::processPhpUnitResults function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Logs the parsed PHPUnit results into the test run.
PlaceholderStrategyInterface::processPlaceholders function core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php Processes placeholders to render them with different strategies.
plugin.manager.migrate.process service core/modules/migrate/migrate.services.yml Drupal\migrate\Plugin\MigratePluginManager
PluginManagerPass::process function core/lib/Drupal/Core/Plugin/PluginManagerPass.php
PreprocessPagerTest class core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests pager preprocessing.
PreprocessPagerTest.php file core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php
PreprocessPagerTest::$pagerPreprocess property core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Pager preprocess instance.
PreprocessPagerTest::setUp function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php
PreprocessPagerTest::testEmptyPaginationHeadingLevelSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests when an empty #pagination_heading_level value is passed.
PreprocessPagerTest::testPagerModalAttributes function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests pager links get modal attributes when request is in a modal.
PreprocessPagerTest::testPaginationHeadingLevelInvalid function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Test with an invalid #pagination_heading_level.
PreprocessPagerTest::testPaginationHeadingLevelNotSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests when no #pagination_heading_level is passed.
PreprocessPagerTest::testPaginationHeadingLevelSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests when a #pagination_heading_level value is passed.
PreprocessPagerTest::testQuantityNotSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests when an empty #quantity is passed.
PreprocessPagerTest::testQuantitySet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests when a #quantity value is passed.
ProcessedText class core/modules/filter/src/Element/ProcessedText.php Provides a processed text render element.
ProcessedText.php file core/modules/filter/src/Element/ProcessedText.php
ProcessedText::configFactory function core/modules/filter/src/Element/ProcessedText.php Wraps the config factory.
ProcessedText::getInfo function core/modules/filter/src/Element/ProcessedText.php Returns the element properties for this element.
ProcessedText::logger function core/modules/filter/src/Element/ProcessedText.php Wraps a logger channel.
ProcessedText::preRenderText function core/modules/filter/src/Element/ProcessedText.php Pre-render callback: Renders a processed text element into #markup.
ProcessFactory class core/modules/package_manager/tests/modules/fixture_manipulator/src/ProcessFactory.php Process factory that always sets the COMPOSER_MIRROR_PATH_REPOS env variable.
ProcessFactory.php file core/modules/package_manager/tests/modules/fixture_manipulator/src/ProcessFactory.php
ProcessFactory::create function core/modules/package_manager/tests/modules/fixture_manipulator/src/ProcessFactory.php
ProcessFactory::__construct function core/modules/package_manager/tests/modules/fixture_manipulator/src/ProcessFactory.php Constructs a ProcessFactory object.
ProcessField class core/modules/field/src/Plugin/migrate/process/ProcessField.php Get the value from a method call on a field plugin instance.
ProcessField.php file core/modules/field/src/Plugin/migrate/process/ProcessField.php
ProcessField::$fieldPluginManager property core/modules/field/src/Plugin/migrate/process/ProcessField.php The field plugin manager.
ProcessField::$migration property core/modules/field/src/Plugin/migrate/process/ProcessField.php The migration being run.
ProcessField::callMethodOnFieldPlugin function core/modules/field/src/Plugin/migrate/process/ProcessField.php Instantiate a field plugin and call a method on it.
ProcessField::create function core/modules/field/src/Plugin/migrate/process/ProcessField.php Creates an instance of the plugin.
ProcessField::transform function core/modules/field/src/Plugin/migrate/process/ProcessField.php Performs the associated process.
ProcessField::__construct function core/modules/field/src/Plugin/migrate/process/ProcessField.php Constructs a ProcessField plugin.
ProcessFieldTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php Tests the ProcessField migrate process plugin.
ProcessFieldTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php
ProcessFieldTest::$fieldManager property core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php The migrate field manager.
ProcessFieldTest::$fieldPlugin property core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php The migrate field plugin.
ProcessFieldTest::$migrateExecutable property core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php The migration executable.
ProcessFieldTest::$migration property core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php The migration.

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