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 11.x for process
  5. Other projects
Title Object type File name Summary
PathProcessorManager.php file core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php
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
PathProcessorManager::processOutbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php
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
PathProcessorTest::processInbound function core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php
PathProcessorTest::processOutbound function core/modules/forum/tests/modules/forum_url_alter_test/src/PathProcessorTest.php
PathProcessorTest::processOutbound function core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php
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
path_processor_decode service core/core.services.yml Drupal\Core\PathProcessor\PathProcessorDecode
path_processor_front service core/core.services.yml Drupal\Core\PathProcessor\PathProcessorFront
path_processor_manager service core/core.services.yml Drupal\Core\PathProcessor\PathProcessorManager
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.
PermissionsHashGenerator::$processor property core/lib/Drupal/Core/Session/PermissionsHashGenerator.php The access policy processor.
PermissionsHashGeneratorTest::$processor property core/tests/Drupal/Tests/Core/Session/PermissionsHashGeneratorTest.php The mocked access policy processor.
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.
PreprocessPagerTest::testPaginationHeadingLevelNotSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests template_preprocess_pager() when no #pagination_heading_level is passed.
PreprocessPagerTest::testPaginationHeadingLevelSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests template_preprocess_pager() when a #pagination_heading_level value is passed.
PreprocessPagerTest::testQuantityNotSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests template_preprocess_pager() when an empty #quantity is passed.

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