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. Other projects
Title Object type File name Summary
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
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.
SearchThemeHooks::preprocessBlock function core/modules/search/src/Hook/SearchThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
SearchThemeHooks::preprocessSearchResult function core/modules/search/src/Hook/SearchThemeHooks.php Prepares variables for individual search result 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
SettingsTrayThemeHooks::preprocessBlock function core/modules/settings_tray/src/Hook/SettingsTrayThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
ShortcutThemeHooks::preprocessBlock function core/modules/shortcut/src/Hook/ShortcutThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
ShortcutThemeHooks::preprocessPageTitle function core/modules/shortcut/src/Hook/ShortcutThemeHooks.php Implements hook_preprocess_HOOK() for page title templates.
SingleFlushStrategy::processPlaceholders function core/lib/Drupal/Core/Render/Placeholder/SingleFlushStrategy.php Processes placeholders to render them with different strategies.
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 Tests process bypasses on non empty.
SkipOnEmptyTest::testProcessSkipsOnEmpty function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php Tests process skips on empty.
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 Tests 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.
stable9_preprocess_item_list__search_results function core/themes/stable9/stable9.theme Implements hook_preprocess_item_list__search_results().
stable9_preprocess_views_view function core/themes/stable9/stable9.theme Implements hook_preprocess_views_view().
StackedKernelPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php
StackedKernelPass::processValue function core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php
StackedKernelPassTest::testProcessWithHttpKernel function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests process with http kernel.
StackedKernelPassTest::testProcessWithStackedKernel function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests process with stacked kernel.
StackedKernelPassTest::testProcessWithStackedKernelAndFinalHttpMiddleware function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests that class declared 'final' can be added as http_middleware.
StackedKernelPassTest::testProcessWithStackedKernelAndServiceClosureMiddleware function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests that class taking a service closure can be added as http_middleware.
StackedSessionHandlerPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php
StarterKit::postProcess function core/themes/starterkit_theme/src/StarterKit.php Performs post-processing of a generated theme.
StarterKitInterface::postProcess function core/lib/Drupal/Core/Theme/StarterKitInterface.php Performs post-processing of a generated theme.
starterkit_theme_preprocess_image_widget function core/themes/starterkit_theme/starterkit_theme.theme Implements hook_preprocess_image_widget().
SubProcess class core/modules/migrate/src/Plugin/migrate/process/SubProcess.php Runs an array of arrays through its own process pipeline.
SubProcess.php file core/modules/migrate/src/Plugin/migrate/process/SubProcess.php

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