Search for results

  1. Search 7.x for results
  2. Search 9.5.x for results
  3. Search 10.3.x for results
  4. Search 11.x for results
  5. Other projects
Title Object type File name Summary
search-results.css file core/themes/bartik/css/components/search-results.css Visual styles for Bartik's search results.
search-results.css file core/themes/bartik/css/classy/components/search-results.css Stylesheet for results generated by the Search module.
search-results.css file core/themes/classy/css/components/search-results.css Stylesheet for results generated by the Search module.
SearchCommentTest::testSearchResultsComment function core/modules/search/tests/src/Functional/SearchCommentTest.php Verify that comments are rendered using proper format in search results.
SearchCommentTest::testSearchResultsCommentAccess function core/modules/search/tests/src/Functional/SearchCommentTest.php Verify access rules for comment indexing with different permissions.
SearchExtraTypeSearch::buildResults function core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Executes the search and builds render arrays for the result items.
SearchInterface::buildResults function core/modules/search/src/Plugin/SearchInterface.php Executes the search and builds render arrays for the result items.
SearchPluginBase::buildResults function core/modules/search/src/Plugin/SearchPluginBase.php Executes the search and builds render arrays for the result items.
SelectionTest::assertResults function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Confirm the expected results are returned.
SimpletestDeprecationTest::testProcessPhpUnitResults function core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php @expectedDeprecation simpletest_process_phpunit_results() is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Test\TestDatabase::processPhpUnitResults() instead. See https://www.drupal.org/node/3075252
SimpletestResultsForm class core/modules/simpletest/src/Form/SimpletestResultsForm.php Test results form for $test_id.
SimpletestResultsForm.php file core/modules/simpletest/src/Form/SimpletestResultsForm.php
SimpletestResultsForm::$cleaner property core/modules/simpletest/src/Form/SimpletestResultsForm.php The environment cleaner service.
SimpletestResultsForm::$database property core/modules/simpletest/src/Form/SimpletestResultsForm.php The database connection service.
SimpletestResultsForm::$statusImageMap property core/modules/simpletest/src/Form/SimpletestResultsForm.php Associative array of themed result images keyed by status.
SimpletestResultsForm::addResultForm function core/modules/simpletest/src/Form/SimpletestResultsForm.php Adds the result form to a $form.
SimpletestResultsForm::buildForm function core/modules/simpletest/src/Form/SimpletestResultsForm.php Form constructor.
SimpletestResultsForm::buildStatusImageMap function core/modules/simpletest/src/Form/SimpletestResultsForm.php Builds the status image map.
SimpletestResultsForm::create function core/modules/simpletest/src/Form/SimpletestResultsForm.php Instantiates a new instance of this class.
SimpletestResultsForm::getFormId function core/modules/simpletest/src/Form/SimpletestResultsForm.php Returns a unique string identifying the form.
SimpletestResultsForm::getResults function core/modules/simpletest/src/Form/SimpletestResultsForm.php Get test results for $test_id.
SimpletestResultsForm::submitForm function core/modules/simpletest/src/Form/SimpletestResultsForm.php Form submission handler.
SimpletestResultsForm::__construct function core/modules/simpletest/src/Form/SimpletestResultsForm.php Constructs a \Drupal\simpletest\Form\SimpletestResultsForm object.
SimpleTestTest::$childTestResults property core/modules/simpletest/src/Tests/SimpleTestTest.php The results array that has been parsed by getTestResults().
SimpleTestTest::confirmStubTestResults function core/modules/simpletest/src/Tests/SimpleTestTest.php Confirm that the stub test produced the desired results.
SimpleTestTest::getTestIdFromResults function core/modules/simpletest/src/Tests/SimpleTestTest.php Fetch the test id from the test results.
SimpleTestTest::getTestResults function core/modules/simpletest/src/Tests/SimpleTestTest.php Get the results from a test and store them in the class array $results.
simpletest_clean_results_table function core/modules/simpletest/simpletest.module Clears the test result tables.
simpletest_process_phpunit_results function core/modules/simpletest/simpletest.module Inserts the parsed PHPUnit results into {simpletest}.
SortDateTest::expectedResultSet function core/modules/views/tests/src/Kernel/Handler/SortDateTest.php
StubEnvironmentCleanerService::cleanResultsTable function core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Clears test result tables from the results database.
Tasks::$results property core/lib/Drupal/Core/Database/Install/Tasks.php Results from tasks.
TemporaryQueryGuard::getAccessResultsFromEntityFilterHook function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Gets the combined access result for each JSONAPI_FILTER_AMONG_* subset.
TermAutocompleteTest::testAutocompleteCountResults function core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Tests that the autocomplete method returns the good number of results.
TermAutocompleteTest::testAutocompleteOrderedResults function core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Tests that the autocomplete method returns properly ordered results.
TestBase::$results property core/modules/simpletest/src/TestBase.php Current results of this test case.
TestDatabase::processPhpUnitResults function core/lib/Drupal/Core/Test/TestDatabase.php Inserts the parsed PHPUnit results into {simpletest}.
TokenReplaceTest::testTokenReplacementNoResults function core/modules/views/tests/src/Kernel/TokenReplaceTest.php Tests core token replacements generated from a view without results.
Upgrade6Test::assertFollowUpMigrationResults function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Tests that follow-up migrations have been run successfully.
Upgrade7Test::assertFollowUpMigrationResults function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php Tests that follow-up migrations have been run successfully.
VariableMultiRowTestBase::$expectedResults property core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTestBase.php Expected results after the source parsing.
VariableTest::$expectedResults property core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php Expected results after the source parsing.
VariableTranslationTest::$expectedResults property core/modules/migrate_drupal/tests/src/Unit/source/d6/VariableTranslationTest.php Expected results from the source.
ViewKernelTestBase::orderResultSet function core/modules/views/src/Tests/ViewKernelTestBase.php Orders a nested array containing a result set based on a given column.
ViewResultAssertionTrait::assertIdenticalResultset function core/modules/views/src/Tests/ViewResultAssertionTrait.php Verifies that a result set returned by a View matches expected values.
ViewResultAssertionTrait::assertIdenticalResultsetHelper function core/modules/views/src/Tests/ViewResultAssertionTrait.php Performs View result assertions.
ViewResultAssertionTrait::assertNotIdenticalResultset function core/modules/views/src/Tests/ViewResultAssertionTrait.php Verifies that a result set returned by a View differs from certain values.
ViewsKernelTestBase::orderResultSet function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Orders a nested array containing a result set based on a given column.
ViewsModerationStateFilterTest::executeAndAssertIdenticalResultset function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Execute a view and asssert the expected results.
ViewsModerationStateSortTest::assertSortResults function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php Assert the order of a views sort result.

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