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
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 install.
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
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
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
SearchTextProcessorTest::$modules property core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php Modules to install.
SearchTextProcessorTest::testSearchTextProcessorPunctuation function core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php Tests that text analysis does the right thing with punctuation.
SearchTextProcessorTest::testSearchTextProcessorUnicode function core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php Tests that text processing handles Unicode characters correctly.
search_embedded_form_preprocess_search_result function core/modules/search/tests/modules/search_embedded_form/search_embedded_form.module Adds the test form to search results.
search_langcode_test_search_preprocess function core/modules/search/tests/modules/search_langcode_test/search_langcode_test.module Implements hook_search_preprocess().
search_preprocess_block function core/modules/search/search.module Implements hook_preprocess_HOOK() for block templates.
Select::processSelect function core/lib/Drupal/Core/Render/Element/Select.php Processes a select list form element.
serializer.normalizer.unprocessable_entity_exception.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\UnprocessableHttpEntityExceptionNormalizer
settings_tray_preprocess_block function core/modules/settings_tray/settings_tray.module Implements hook_preprocess_HOOK() for block templates.
shortcut_preprocess_block function core/modules/shortcut/shortcut.module Implements hook_preprocess_HOOK() for block templates.
shortcut_preprocess_page_title function core/modules/shortcut/shortcut.module Implements hook_preprocess_HOOK() for page title templates.
SingleFlushStrategy::processPlaceholders function core/lib/Drupal/Core/Render/Placeholder/SingleFlushStrategy.php
SkipOnEmpty::process function core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php Stops processing the current property when value is not set.
SkipOnEmptyTest::testProcessBypassesOnNonEmpty function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php @covers ::process
SkipOnEmptyTest::testProcessSkipsOnEmpty function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php @covers ::process
SkipOp::process function composer/Plugin/Scaffold/Operations/SkipOp.php Process this scaffold operation.
SkipOpTest::testProcess function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/SkipOpTest.php @covers ::process
Sql::processedCount function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns the number of processed items in the map.
SqlContentEntityStorageSchema::processDataTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the gathered schema for a base table.
SqlContentEntityStorageSchema::processFieldStorageSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the schema for a field storage definition.
SqlContentEntityStorageSchema::processIdentifierSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the specified entity key.
SqlContentEntityStorageSchema::processRevisionDataTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the gathered schema for a base table.

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