Search for _process_

  1. Search 7.x for _process_
  2. Search 9.5.x for _process_
  3. Search 10.3.x for _process_
  4. Search 11.x for _process_
  5. Search main for _process_
  6. Other projects
Title Object type File name Summary
PathProcessorLanguage::processInbound function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Processes the inbound path.
PathProcessorLanguage::processOutbound function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Processes the outbound path.
PathProcessorLanguage::reset function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Resets the collected processors instances.
PathProcessorLanguage::__construct function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Constructs a PathProcessorLanguage object.
PathProcessorManager class core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Path processor manager.
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 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/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php Path processor for url_alter_test.
PathProcessorTest class core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php Tests processing of the inbound path.
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/system/tests/modules/url_alter_test/src/PathProcessorTest.php Processes the inbound 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
path_processor_alias service core/core.services.yml Drupal\Core\PathProcessor\PathProcessorAlias
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
PlaceholderStrategyInterface::processPlaceholders function core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php Processes placeholders to render them with different strategies.
plugin.manager.aggregator.processor service core/modules/aggregator/aggregator.services.yml Drupal\aggregator\Plugin\AggregatorPluginManager
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::testQuantityNotSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests template_preprocess_pager() when an empty #quantity is passed.
ProjectInfo::processInfoList function core/lib/Drupal/Core/Utility/ProjectInfo.php Populates an array of project data.
QueueWorkerInterface::processItem function core/lib/Drupal/Core/Queue/QueueWorkerInterface.php Works on a single queue item.
QueueWorkerManager::processDefinition function core/lib/Drupal/Core/Queue/QueueWorkerManager.php Performs extra processing on plugin definitions.
quickedit_preprocess_field function core/modules/quickedit/quickedit.module Implements hook_preprocess_HOOK() for field templates.
quickedit_preprocess_page_title function core/modules/quickedit/quickedit.module Implements hook_preprocess_HOOK() for the page title template.
Radios::processRadios function core/lib/Drupal/Core/Render/Element/Radios.php Expands a radios element into individual radio elements.
rdf_preprocess_comment function core/modules/rdf/rdf.module Implements hook_preprocess_HOOK() for comment templates.
rdf_preprocess_field__node__uid function core/modules/rdf/rdf.module Implements hook_preprocess_HOOK() for UID field templates.

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