Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SearchTextProcessorInterface::PREG_CLASS_NUMBERS | constant | core/ |
Matches all 'N' Unicode character classes (numbers) |
| SearchTextProcessorInterface::PREG_CLASS_PUNCTUATION | constant | core/ |
Matches all 'P' Unicode character classes (punctuation) |
| SearchTextProcessorInterface::process | function | core/ |
Processes text into words for indexing. |
| SearchTextProcessorTest | class | core/ |
Test search text preprocessing functionality. |
| SearchTextProcessorTest.php | file | core/ |
|
| SearchTextProcessorTest::$modules | property | core/ |
Modules to install. |
| SearchTextProcessorTest::testSearchTextProcessorPunctuation | function | core/ |
Tests that text analysis does the right thing with punctuation. |
| SearchTextProcessorTest::testSearchTextProcessorUnicode | function | core/ |
Tests that text processing handles Unicode characters correctly. |
| SearchThemeHooks | class | core/ |
Theme hook implementations for search. |
| SearchThemeHooks.php | file | core/ |
|
| SearchThemeHooks::preprocessBlock | function | core/ |
Implements hook_preprocess_HOOK() for block templates. |
| SearchThemeHooks::preprocessSearchResult | function | core/ |
Prepares variables for individual search result templates. |
| SearchThemeHooks::theme | function | core/ |
Implements hook_theme(). |
| SearchThemeHooks::themeSuggestionsSearchResult | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| SearchThemeHooks::__construct | function | core/ |
|
| SearchTokenizerTest | class | core/ |
Tests that CJK tokenizer works as intended. |
| SearchTokenizerTest.php | file | core/ |
|
| SearchTokenizerTest::$modules | property | core/ |
Modules to install. |
| SearchTokenizerTest::code2utf | function | core/ |
Like PHP chr() function, but for unicode characters. |
| SearchTokenizerTest::setUp | function | core/ |
|
| SearchTokenizerTest::testNoTokenizer | function | core/ |
Verifies that strings of non-CJK characters are not tokenized. |
| SearchTokenizerTest::testTokenizer | function | core/ |
Verifies that strings of CJK characters are tokenized. |
| SearchUpdateTest | class | core/ |
Tests moving search from node to search_node. |
| SearchUpdateTest.php | file | core/ |
|
| SearchUpdateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| SearchUpdateTest::testSearchHelpInstall | function | core/ |
Tests system_update_11401. |
| SearchUpdateUserTest | class | core/ |
Tests moving search from user to to search_user. |
| SearchUpdateUserTest.php | file | core/ |
|
| SearchUpdateUserTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchUpdateUserTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| SearchUpdateUserTest::testSearchHelpInstall | function | core/ |
Tests system_update_11402. |
| SearchUser | class | core/ |
Executes a keyword search for users against the {users} database table. |
| SearchUser.php | file | core/ |
|
| SearchUser::$currentUser | property | core/ |
The current user. |
| SearchUser::$database | property | core/ |
The database connection. |
| SearchUser::$entityTypeManager | property | core/ |
The entity type manager. |
| SearchUser::$moduleHandler | property | core/ |
The module handler. |
| SearchUser::access | function | core/ |
Checks data value access. |
| SearchUser::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| SearchUser::execute | function | core/ |
Executes the search. |
| SearchUser::getHelp | function | core/ |
Returns the searching help. |
| SearchUser::__construct | function | core/ |
Creates a UserSearch object. |
| SearchUserHooks | class | core/ |
Hook implementations for Search User. |
| SearchUserHooks.php | file | core/ |
|
| SearchUserHooks::searchPluginAlter | function | core/ |
Implements hook_search_plugin_alter(). |
| search_date_query_alter.info.yml | file | core/ |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml |
| search_embedded_form.info.yml | file | core/ |
core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml |
| search_embedded_form.routing.yml | file | core/ |
core/modules/search/tests/modules/search_embedded_form/search_embedded_form.routing.yml |
| search_excerpt | function | core/ |
Returns snippets from a piece of text, with search keywords highlighted. |
Pagination
- Previous page
- Page 1236
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.