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
PathBasedBreadcrumbBuilderTest::setupStubPathProcessor function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php
PathBasedBreadcrumbBuilderTest::testBuildWithNonProcessedPath function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Tests the build method with a non processed path.
PathProcessor class core/modules/system/tests/modules/url_alter_test/src/PathProcessor.php Path processor for url_alter_test.
PathProcessor.php file core/modules/system/tests/modules/url_alter_test/src/PathProcessor.php
PathProcessor::processInbound function core/modules/system/tests/modules/url_alter_test/src/PathProcessor.php Processes the inbound path.
PathProcessorAlias class core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php Processes the inbound path using path alias lookups.
PathProcessorAlias.php file core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php
PathProcessorAlias::$aliasManager property core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php An alias manager for looking up the system path.
PathProcessorAlias::processInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php Processes the inbound path.
PathProcessorAlias::processOutbound function core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php Processes the outbound path.
PathProcessorAlias::__construct function core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php Constructs a PathProcessorAlias object.
PathProcessorDecode class core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php Processes the inbound path by urldecoding it.
PathProcessorDecode.php file core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php
PathProcessorDecode::processInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php Processes the inbound path.
PathProcessorEntityResourceBC class core/modules/rest/src/PathProcessor/PathProcessorEntityResourceBC.php Path processor to maintain BC for entity REST resource URLs from Drupal 8.0.
PathProcessorEntityResourceBC.php file core/modules/rest/src/PathProcessor/PathProcessorEntityResourceBC.php
PathProcessorEntityResourceBC::$entityTypeManager property core/modules/rest/src/PathProcessor/PathProcessorEntityResourceBC.php The entity type manager.
PathProcessorEntityResourceBC::processInbound function core/modules/rest/src/PathProcessor/PathProcessorEntityResourceBC.php Processes the inbound path.
PathProcessorEntityResourceBC::__construct function core/modules/rest/src/PathProcessor/PathProcessorEntityResourceBC.php Creates a new PathProcessorEntityResourceBC instance.
PathProcessorFiles class core/modules/system/src/PathProcessor/PathProcessorFiles.php Defines a path processor to rewrite file URLs.
PathProcessorFiles.php file core/modules/system/src/PathProcessor/PathProcessorFiles.php
PathProcessorFiles::processInbound function core/modules/system/src/PathProcessor/PathProcessorFiles.php Processes the inbound path.
PathProcessorFront class core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php Processes the inbound path by resolving it to the front page if empty.
PathProcessorFront.php file core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php
PathProcessorFront::$config property core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php A config factory for retrieving required config settings.
PathProcessorFront::processInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php Processes the inbound path.
PathProcessorFront::processOutbound function core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php Processes the outbound path.
PathProcessorFront::__construct function core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php Constructs a PathProcessorFront object.
PathProcessorFrontTest class core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php Test front page path processing.
PathProcessorFrontTest.php file core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php
PathProcessorFrontTest::providerProcessInbound function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php Inbound paths and expected results.
PathProcessorFrontTest::providerProcessOutbound function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php Outbound paths and expected results.
PathProcessorFrontTest::testProcessInbound function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php Test basic inbound processing functionality.
PathProcessorFrontTest::testProcessInboundBadConfig function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php Test inbound failure with broken config.
PathProcessorFrontTest::testProcessOutbound function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php Test basic outbound processing functionality.
PathProcessorImageStyles class core/modules/image/src/PathProcessor/PathProcessorImageStyles.php Defines a path processor to rewrite image styles URLs.
PathProcessorImageStyles.php file core/modules/image/src/PathProcessor/PathProcessorImageStyles.php
PathProcessorImageStyles::$streamWrapperManager property core/modules/image/src/PathProcessor/PathProcessorImageStyles.php The stream wrapper manager service.
PathProcessorImageStyles::processInbound function core/modules/image/src/PathProcessor/PathProcessorImageStyles.php Processes the inbound path.
PathProcessorImageStyles::__construct function core/modules/image/src/PathProcessor/PathProcessorImageStyles.php Constructs a new PathProcessorImageStyles object.
PathProcessorLanguage class core/modules/language/src/HttpKernel/PathProcessorLanguage.php Processes the inbound path using path alias lookups.
PathProcessorLanguage.php file core/modules/language/src/HttpKernel/PathProcessorLanguage.php
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.

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