Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SearchController::setAsDefault | function | core/ |
Sets the search page as the default. |
| SearchController::view | function | core/ |
Creates a render array for the search page. |
| SearchController::__construct | function | core/ |
Constructs a new search controller. |
| SearchDateIntervalTest | class | core/ |
Tests searching with date filters that exclude some translations. |
| SearchDateIntervalTest.php | file | core/ |
|
| SearchDateIntervalTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchDateIntervalTest::$modules | property | core/ |
Modules to enable. |
| SearchDateIntervalTest::setUp | function | core/ |
|
| SearchDateIntervalTest::testDateIntervalQueryAlter | function | core/ |
Tests searching with date filters that exclude some translations. |
| SearchDeprecationTest | class | core/ |
Tests deprecated search methods. |
| SearchDeprecationTest.php | file | core/ |
|
| SearchDeprecationTest::$modules | property | core/ |
Modules to enable. |
| SearchDeprecationTest::setUp | function | core/ |
|
| SearchDeprecationTest::testClear | function | core/ |
@expectedDeprecation search_index_clear() is deprecated in drupal:8.8.0 and is removed in drupal:9.0.0. Use \Drupal\search\SearchIndex::clear() instead. See https://www.drupal.org/node/3075696 |
| SearchDeprecationTest::testDirty | function | core/ |
@expectedDeprecation search_dirty() is deprecated in drupal:8.8.0 and is removed in drupal:9.0.0. Use custom implementation of \Drupal\search\SearchIndexInterface instead. See https://www.drupal.org/node/3075696 |
| SearchDeprecationTest::testIndex | function | core/ |
@expectedDeprecation search_index() is deprecated in drupal:8.8.0 and is removed in drupal:9.0.0. Use \Drupal\search\SearchIndex::index() instead. See https://www.drupal.org/node/3075696 |
| SearchDeprecationTest::testMarkForReindex | function | core/ |
@expectedDeprecation search_mark_for_reindex() is deprecated in drupal:8.8.0 and is removed in drupal:9.0.0. Use \Drupal\search\SearchIndex::markForReindex() instead. See https://www.drupal.org/node/3075696 |
| SearchDeprecationTest::testUpdateTotals | function | core/ |
@expectedDeprecation search_update_totals() is deprecated in drupal:8.8.0 and is removed in drupal:9.0.0. Use custom implementation of \Drupal\search\SearchIndexInterface instead. See https://www.drupal.org/node/3075696 |
| SearchEmbeddedForm | class | core/ |
Form controller for search_embedded_form form. |
| SearchEmbeddedForm.php | file | core/ |
|
| SearchEmbeddedForm::buildForm | function | core/ |
Form constructor. |
| SearchEmbeddedForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| SearchEmbeddedForm::submitForm | function | core/ |
Form submission handler. |
| SearchEmbedFormTest | class | core/ |
Verifies that a form embedded in search results works. |
| SearchEmbedFormTest.php | file | core/ |
|
| SearchEmbedFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchEmbedFormTest::$modules | property | core/ |
Modules to enable. |
| SearchEmbedFormTest::$node | property | core/ |
Node used for testing. |
| SearchEmbedFormTest::$submitCount | property | core/ |
Count of how many times the form has been submitted. |
| SearchEmbedFormTest::setUp | function | core/ |
|
| SearchEmbedFormTest::testEmbeddedForm | function | core/ |
Tests that the embedded form appears and can be submitted. |
| SearchExactTest | class | core/ |
Tests that searching for a phrase gets the correct page count. |
| SearchExactTest.php | file | core/ |
|
| SearchExactTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchExactTest::$modules | property | core/ |
Modules to enable. |
| SearchExactTest::testExactQuery | function | core/ |
Tests that the correct number of pager links are found for both keywords and phrases. |
| SearchExcerptTest | class | core/ |
Tests the search_excerpt() function. |
| SearchExcerptTest.php | file | core/ |
|
| SearchExcerptTest::$modules | property | core/ |
Modules to enable. |
| SearchExcerptTest::doSearchExcerpt | function | core/ |
Calls search_excerpt() and renders output. |
| SearchExcerptTest::testSearchExcerpt | function | core/ |
Tests search_excerpt() with several simulated search keywords. |
| SearchExcerptTest::testSearchExcerptSimplified | function | core/ |
Tests search_excerpt() with search keywords matching simplified words. |
| SearchExtraTypeSearch | class | core/ |
Executes a dummy keyword search. |
| SearchExtraTypeSearch.php | file | core/ |
|
| SearchExtraTypeSearch::buildConfigurationForm | function | core/ |
Form constructor. |
| SearchExtraTypeSearch::buildResults | function | core/ |
Executes the search and builds render arrays for the result items. |
| SearchExtraTypeSearch::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| SearchExtraTypeSearch::execute | function | core/ |
Execute the search. |
| SearchExtraTypeSearch::isSearchExecutable | function | core/ |
Verifies if the given parameters are valid enough to execute a search for. |
| SearchExtraTypeSearch::setSearch | function | core/ |
Sets the keywords, parameters, and attributes to be used by execute(). |
Pagination
- Previous page
- Page 1068
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.