Search for _process_

  1. Search 7.x for _process_
  2. Search 8.9.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
RouteProcessorManager::$sortedOutbound property core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Holds the array of outbound processors, sorted by priority.
RouteProcessorManager::addOutbound function core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Adds an outbound processor object to the $outboundProcessors property.
RouteProcessorManager::getOutbound function core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Returns the sorted array of outbound processors.
RouteProcessorManager::processOutbound function core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Processes the outbound route.
RouteProcessorManager::sortProcessors function core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Sorts the processors according to priority.
RouteProcessorManagerTest class core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php @coversDefaultClass \Drupal\Core\RouteProcessor\RouteProcessorManager[[api-linebreak]]
@group RouteProcessor
RouteProcessorManagerTest.php file core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php
RouteProcessorManagerTest::$processorManager property core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php The route processor manager.
RouteProcessorManagerTest::getMockProcessor function core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php Returns a mock Route processor object.
RouteProcessorManagerTest::setUp function core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php
RouteProcessorManagerTest::testRouteProcessorManager function core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php Tests the Route process manager functionality.
RouteProvider::$pathProcessor property core/lib/Drupal/Core/Routing/RouteProvider.php A path processor manager for resolving the system path.
RouteProviderTest::$pathProcessor property core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php The inbound path processor.
route_processor_csrf service core/core.services.yml Drupal\Core\Access\RouteProcessorCsrf
route_processor_current service core/core.services.yml Drupal\Core\RouteProcessor\RouteProcessorCurrent
route_processor_manager service core/core.services.yml Drupal\Core\RouteProcessor\RouteProcessorManager
ScaffoldFileCollection::processScaffoldFiles function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Processes the files in our collection.
Schema::processField function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Set database-engine specific properties for a field.
Schema::processField function core/modules/mysql/src/Driver/Database/mysql/Schema.php Set database-engine specific properties for a field.
Schema::processField function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Set database-engine specific properties for a field.
search.text_processor service core/modules/search/search.services.yml Drupal\search\SearchTextProcessor
SearchIndex::$textProcessor property core/modules/search/src/SearchIndex.php The text processor.
SearchPreprocessLangcodeTest class core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Tests that the search preprocessing uses the correct language code.
SearchPreprocessLangcodeTest.php file core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
SearchPreprocessLangcodeTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php The theme to install as the default for testing.
SearchPreprocessLangcodeTest::$modules property core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Modules to enable.
SearchPreprocessLangcodeTest::$node property core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Test node for searching.
SearchPreprocessLangcodeTest::setUp function core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
SearchPreprocessLangcodeTest::testPreprocessLangcode function core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Tests that hook_search_preprocess() returns the correct langcode.
SearchPreprocessLangcodeTest::testPreprocessStemming function core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Tests stemming for hook_search_preprocess().
SearchTextProcessor class core/modules/search/src/SearchTextProcessor.php Processes search text for indexing.
SearchTextProcessor.php file core/modules/search/src/SearchTextProcessor.php
SearchTextProcessor::$configFactory property core/modules/search/src/SearchTextProcessor.php The config factory.
SearchTextProcessor::$moduleHandler property core/modules/search/src/SearchTextProcessor.php The module handler.
SearchTextProcessor::$transliteration property core/modules/search/src/SearchTextProcessor.php The transliteration service.
SearchTextProcessor::analyze function core/modules/search/src/SearchTextProcessor.php Runs the text through character analyzers in preparation for indexing.
SearchTextProcessor::expandCjk function core/modules/search/src/SearchTextProcessor.php Splits CJK (Chinese, Japanese, Korean) text into tokens.
SearchTextProcessor::invokePreprocess function core/modules/search/src/SearchTextProcessor.php Invokes hook_search_preprocess() to simplify text.
SearchTextProcessor::process function core/modules/search/src/SearchTextProcessor.php Processes text into words for indexing.
SearchTextProcessor::truncate function core/modules/search/src/SearchTextProcessor.php Helper function for array_walk in ::analyze().
SearchTextProcessor::__construct function core/modules/search/src/SearchTextProcessor.php SearchTextProcessor constructor.
SearchTextProcessorInterface interface core/modules/search/src/SearchTextProcessorInterface.php Processes search text for indexing.
SearchTextProcessorInterface.php file core/modules/search/src/SearchTextProcessorInterface.php
SearchTextProcessorInterface::analyze function core/modules/search/src/SearchTextProcessorInterface.php Runs the text through character analyzers in preparation for indexing.
SearchTextProcessorInterface::PREG_CLASS_CJK constant core/modules/search/src/SearchTextProcessorInterface.php Matches CJK (Chinese, Japanese, Korean) letter-like characters.
SearchTextProcessorInterface::PREG_CLASS_NUMBERS constant core/modules/search/src/SearchTextProcessorInterface.php Matches all 'N' Unicode character classes (numbers)
SearchTextProcessorInterface::PREG_CLASS_PUNCTUATION constant core/modules/search/src/SearchTextProcessorInterface.php Matches all 'P' Unicode character classes (punctuation)
SearchTextProcessorInterface::process function core/modules/search/src/SearchTextProcessorInterface.php Processes text into words for indexing.
SearchTextProcessorTest class core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php Test search text preprocessing functionality.
SearchTextProcessorTest.php file core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php

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