search-result.html.twig |
file |
core/themes/stable9/templates/content/search-result.html.twig |
Theme override for displaying a single search result. |
search-result.html.twig |
file |
core/themes/claro/templates/classy/content/search-result.html.twig |
Theme override for displaying a single search result. |
search-result.html.twig |
file |
core/themes/starterkit_theme/templates/content/search-result.html.twig |
Theme override for displaying a single search result. |
search-result.html.twig |
file |
core/modules/search/templates/search-result.html.twig |
Default theme implementation for displaying a single search result. |
search-results.css |
file |
core/profiles/demo_umami/themes/umami/css/components/blocks/search/search-results.css |
Stylesheet for results generated by the Search module. |
search-results.css |
file |
core/profiles/demo_umami/themes/umami/css/classy/components/search-results.css |
Stylesheet for results generated by the Search module. |
search-results.css |
file |
core/themes/olivero/css/components/search-results.css |
Search results specific styles. |
search-results.css |
file |
core/themes/claro/css/classy/components/search-results.css |
Stylesheet for results generated by the Search module. |
search-results.css |
file |
core/themes/starterkit_theme/css/components/search-results.css |
Stylesheet for results generated by the Search module. |
search-results.pcss.css |
file |
core/themes/olivero/css/components/search-results.pcss.css |
Search results specific styles. |
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. |
SearchEmbeddedFormThemeHooks::preprocessSearchResult |
function |
core/modules/search/tests/modules/search_embedded_form/src/Hook/SearchEmbeddedFormThemeHooks.php |
Implements hook_preprocess_HOOK(). |
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. |
SearchThemeHooks::preprocessSearchResult |
function |
core/modules/search/src/Hook/SearchThemeHooks.php |
Prepares variables for individual search result templates. |
SearchThemeHooks::themeSuggestionsSearchResult |
function |
core/modules/search/src/Hook/SearchThemeHooks.php |
Implements hook_theme_suggestions_HOOK(). |
SelectionTest::assertResults |
function |
core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php |
Confirm the expected results are returned. |
SimpletestTestRunResultsStorage |
class |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Implements a test run results storage compatible with legacy Simpletest. |
SimpletestTestRunResultsStorage.php |
file |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
|
SimpletestTestRunResultsStorage::buildTestingResultsEnvironment |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Prepares the test run storage. |
SimpletestTestRunResultsStorage::cleanUp |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Resets the test run storage. |
SimpletestTestRunResultsStorage::createNew |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Gets a new unique identifier for a test run. |
SimpletestTestRunResultsStorage::getConnection |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Returns the database connection to use for inserting assertions. |
SimpletestTestRunResultsStorage::getCurrentTestRunState |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Get state information about a test run, from storage. |
SimpletestTestRunResultsStorage::getLogEntriesByTestClass |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Get test results for a test run, ordered by test class. |
SimpletestTestRunResultsStorage::insertLogEntry |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Adds a test log entry for a test run to the storage. |
SimpletestTestRunResultsStorage::removeResults |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Removes the results of a test run from the storage. |
SimpletestTestRunResultsStorage::setDatabasePrefix |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Sets the test database prefix of a test run in storage. |
SimpletestTestRunResultsStorage::testingResultsSchema |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Defines the database schema for run-tests.sh and simpletest module. |
SimpletestTestRunResultsStorage::validateTestingResultsEnvironment |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Checks if the test run storage is valid. |
SimpletestTestRunResultsStorage::__construct |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
SimpletestTestRunResultsStorage constructor. |
SimpletestTestRunResultsStorageTest |
class |
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php |
Tests Drupal\Core\Test\SimpletestTestRunResultsStorage. |
SimpletestTestRunResultsStorageTest.php |
file |
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php |
|
SimpletestTestRunResultsStorageTest::$connection |
property |
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php |
The database connection for testing. |
SimpletestTestRunResultsStorageTest::$testRunResultsStorage |
property |
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php |
The test run results storage. |
SimpletestTestRunResultsStorageTest::getTestLogEntry |
function |
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php |
Returns a sample test run log entry. |
SimpletestTestRunResultsStorageTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php |
|
SimpletestTestRunResultsStorageTest::testBuildEnvironmentKeepingExistingResults |
function |
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php |
Tests build environment keeping existing results. |
SimpletestTestRunResultsStorageTest::testBuildNewEnvironment |
function |
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php |
Tests build new environment. |
SimpletestTestRunResultsStorageTest::testGetCurrentTestRunState |
function |
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php |
Tests get current test run state. |
SimpletestTestRunResultsStorageTest::testGetLogEntriesByTestClass |
function |
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php |
Tests get log entries by test class. |
SortDateTest::expectedResultSet |
function |
core/modules/views/tests/src/Kernel/Handler/SortDateTest.php |
Generates an expected result set based on the specified granularity and order. |
Sql::$result |
property |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
The result. |
Sql::assignEntitiesToResult |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Sets entities onto the view result row objects. |
SqlTest::testLoadEntitiesWithEmptyResult |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Tests load entities with empty result. |
stable9_preprocess_item_list__search_results |
function |
core/themes/stable9/stable9.theme |
Implements hook_preprocess_item_list__search_results(). |
StageEventsTest::providerValidationResults |
function |
core/modules/package_manager/tests/src/Kernel/StageEventsTest.php |
Data provider for testValidationResults(). |
StageEventsTest::testAddResult |
function |
core/modules/package_manager/tests/src/Kernel/StageEventsTest.php |
Tests adding validation results to events. |