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
OutboundPathProcessorInterface.php file core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php
OutboundPathProcessorInterface::processOutbound function core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php Processes the outbound path.
OutboundRouteProcessorInterface interface core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php Defines an interface for classes that process the outbound route.
OutboundRouteProcessorInterface.php file core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php
OutboundRouteProcessorInterface::processOutbound function core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php Processes the outbound route.
outbound_processing_test.info.yml file core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml
outbound_processing_test.routing.yml file core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.routing.yml core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.routing.yml
pager_test_preprocess_pager function core/modules/system/tests/modules/pager_test/pager_test.module Implements hook_preprocess_HOOK().
page_cache_form_test_form_page_cache_form_test_process function core/modules/page_cache/tests/modules/page_cache_form_test.module Process callback to check immutability.
PasswordConfirm::processPasswordConfirm function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Expand a password_confirm field into two text boxes.
PathBasedBreadcrumbBuilder::$pathProcessor property core/modules/system/src/PathBasedBreadcrumbBuilder.php The inbound path processor.
PathBasedBreadcrumbBuilderTest::$pathProcessor property core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php The mocked path processor.
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.
PathProcessorDecode class core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php Processes the inbound path by decoding the URL.
PathProcessorDecode.php file core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php
PathProcessorDecode::processInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php
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
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
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::testProcessInbound function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php Tests basic inbound processing functionality.
PathProcessorFrontTest::testProcessInboundBadConfig function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php Tests inbound failure with broken config.
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
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.
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.

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