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. Search 11.x for _process_
  6. Other projects
Title Object type File name Summary
PathProcessorLanguage::$config property core/modules/language/src/HttpKernel/PathProcessorLanguage.php A config factory for retrieving required config settings.
PathProcessorLanguage::$configSubscriber property core/modules/language/src/HttpKernel/PathProcessorLanguage.php The language configuration event subscriber.
PathProcessorLanguage::$languageManager property core/modules/language/src/HttpKernel/PathProcessorLanguage.php Language manager for retrieving the URL language type.
PathProcessorLanguage::$multilingual property core/modules/language/src/HttpKernel/PathProcessorLanguage.php Flag indicating whether the site is multilingual.
PathProcessorLanguage::$negotiator property core/modules/language/src/HttpKernel/PathProcessorLanguage.php The language negotiator.
PathProcessorLanguage::$processors property core/modules/language/src/HttpKernel/PathProcessorLanguage.php Local cache for language path processors.
PathProcessorLanguage::initConfigSubscriber function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Initializes the injected event subscriber with the language path processor.
PathProcessorLanguage::initProcessors function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Initializes the local cache for language path processors.
PathProcessorLanguage::processInbound function core/modules/language/src/HttpKernel/PathProcessorLanguage.php
PathProcessorLanguage::processOutbound function core/modules/language/src/HttpKernel/PathProcessorLanguage.php
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::processInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php
PathProcessorManager::processOutbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php
PathProcessorManager::__construct function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php
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
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.
PathValidatorTest::setUpMockInboundPathProcessor function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Reinitializes the inbound path processor as a mock object.
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.
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::processPhpUnitOnSingleTestClassOutcome function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Processes PHPUnit test execution output.
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.

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