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
PathProcessorManager::$inboundProcessors property core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Holds the array of inbound processors to cycle through.
PathProcessorManager::$outboundProcessors property core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Holds the array of outbound processors to cycle through.
PathProcessorManager::$sortedInbound property core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Holds the array of inbound processors, sorted by priority.
PathProcessorManager::$sortedOutbound property core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Holds the array of outbound processors, sorted by priority.
PathProcessorManager::addInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Adds an inbound processor object to the $inboundProcessors property.
PathProcessorManager::addOutbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Adds an outbound processor object to the $outboundProcessors property.
PathProcessorManager::getInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Returns the sorted array of inbound processors.
PathProcessorManager::getOutbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Returns the sorted array of outbound processors.
PathProcessorManager::processInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Processes the inbound path.
PathProcessorManager::processOutbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Processes the outbound path.
PathProcessorManager::sortProcessors function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Sorts the processors according to priority.
PathProcessorTest class core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php Tests processing of the inbound path.
PathProcessorTest class core/modules/forum/tests/modules/forum_url_alter_test/src/PathProcessorTest.php Path processor for url_alter_test.
PathProcessorTest class core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php Path processor for url_alter_test.
PathProcessorTest.php file core/modules/forum/tests/modules/forum_url_alter_test/src/PathProcessorTest.php
PathProcessorTest.php file core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php
PathProcessorTest.php file core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php
PathProcessorTest::$languageManager property core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php The language manager stub used to construct a PathProcessorLanguage object.
PathProcessorTest::$languages property core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php Configuration for the languageManager stub.
PathProcessorTest::processInbound function core/modules/forum/tests/modules/forum_url_alter_test/src/PathProcessorTest.php Processes the inbound path.
PathProcessorTest::processInbound function core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php Processes the inbound path.
PathProcessorTest::processOutbound function core/modules/forum/tests/modules/forum_url_alter_test/src/PathProcessorTest.php Processes the outbound path.
PathProcessorTest::processOutbound function core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php Processes the outbound path.
PathProcessorTest::setUp function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php
PathProcessorTest::testProcessInbound function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php Tests resolving the inbound path to the system path.
PathValidator::$pathProcessor property core/lib/Drupal/Core/Path/PathValidator.php The path processor.
PathValidatorTest::$pathProcessor property core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php The path processor.
path_alias.path_processor service core/modules/path_alias/path_alias.services.yml Drupal\path_alias\PathProcessor\AliasPathProcessor
path_processor.files service core/modules/system/system.services.yml Drupal\system\PathProcessor\PathProcessorFiles
path_processor.image_styles service core/modules/image/image.services.yml Drupal\image\PathProcessor\PathProcessorImageStyles
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 PhpTuf\ComposerStager\Internal\Process\Service\ComposerProcessRunner
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::setUp function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php
PreprocessPagerTest::testEmptyPaginationHeadingLevelSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests template_preprocess_pager() when an empty #pagination_heading_level value is passed.
PreprocessPagerTest::testPaginationHeadingLevelInvalid function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Test template_preprocess_pager() with an invalid #pagination_heading_level.

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