| SearchDateIntervalTest::$modules |
property |
core/modules/search/tests/src/Functional/SearchDateIntervalTest.php |
|
| SearchDateIntervalTest::setUp |
function |
core/modules/search/tests/src/Functional/SearchDateIntervalTest.php |
|
| SearchDateIntervalTest::testDateIntervalQueryAlter |
function |
core/modules/search/tests/src/Functional/SearchDateIntervalTest.php |
Tests searching with date filters that exclude some translations. |
| SearchDateQueryAlterHooks |
class |
core/modules/search/tests/modules/search_date_query_alter/src/Hook/SearchDateQueryAlterHooks.php |
Hook implementations for search_date_query_alter. |
| SearchDateQueryAlterHooks.php |
file |
core/modules/search/tests/modules/search_date_query_alter/src/Hook/SearchDateQueryAlterHooks.php |
|
| SearchDateQueryAlterHooks::querySearchNodeSearchAlter |
function |
core/modules/search/tests/modules/search_date_query_alter/src/Hook/SearchDateQueryAlterHooks.php |
Implements hook_query_TAG_alter(). |
| SearchHelpHooks::searchUpdate |
function |
core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php |
Ensure that search is updated when extensions are installed or uninstalled. |
| SearchHelpSearch::updateIndex |
function |
core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php |
|
| SearchHelpSearch::updateIndexState |
function |
core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php |
Updates the 'help_search_unindexed_count' state variable. |
| SearchHelpSearch::updateTopicList |
function |
core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php |
Rebuilds the database table containing topics to be indexed. |
| SearchIndex::updateWordWeights |
function |
core/modules/search/src/SearchIndex.php |
|
| SearchIndexingInterface::updateIndex |
function |
core/modules/search/src/Plugin/SearchIndexingInterface.php |
Updates the search index for this plugin. |
| SearchIndexInterface::updateWordWeights |
function |
core/modules/search/src/SearchIndexInterface.php |
Updates the {search_total} database table. |
| SearchNode::updateIndex |
function |
core/modules/search/modules/search_node/src/Plugin/Search/SearchNode.php |
|
| SearchNodeHooks::nodeUpdate |
function |
core/modules/search/modules/search_node/src/Hook/SearchNodeHooks.php |
Implements hook_ENTITY_TYPE_update(). |
| SearchNodeUpdateAndDeletionTest |
class |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
Tests search index is updated properly when nodes are removed or updated. |
| SearchNodeUpdateAndDeletionTest.php |
file |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
|
| SearchNodeUpdateAndDeletionTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
|
| SearchNodeUpdateAndDeletionTest::$modules |
property |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
|
| SearchNodeUpdateAndDeletionTest::$testUser |
property |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
A user with permission to access and search content. |
| SearchNodeUpdateAndDeletionTest::setUp |
function |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
|
| SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange |
function |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
Tests that the search index info is properly updated when a node changes. |
| SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion |
function |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
Tests that the search index info is updated when a node is deleted. |
| SearchPageFormBase::validateForm |
function |
core/modules/search/src/Form/SearchPageFormBase.php |
|
| SearchPageListBuilder::validateAddSearchPage |
function |
core/modules/search/src/SearchPageListBuilder.php |
Form validation handler for adding a new search page. |
| SearchPageListBuilder::validateForm |
function |
core/modules/search/src/SearchPageListBuilder.php |
|
| SearchUpdateTest |
class |
core/modules/search/tests/src/Functional/Update/SearchUpdateTest.php |
Tests moving search from node to search_node. |
| SearchUpdateTest.php |
file |
core/modules/search/tests/src/Functional/Update/SearchUpdateTest.php |
|
| SearchUpdateTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/Update/SearchUpdateTest.php |
|
| SearchUpdateTest::setDatabaseDumpFiles |
function |
core/modules/search/tests/src/Functional/Update/SearchUpdateTest.php |
|
| SearchUpdateTest::testSearchHelpInstall |
function |
core/modules/search/tests/src/Functional/Update/SearchUpdateTest.php |
Tests system_update_11401. |
| search_date_query_alter.info.yml |
file |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml |
| search_post_update_search_help_dependencies |
function |
core/modules/search/search.post_update.php |
Update config entity dependencies to the Search Help module, if necessary. |
| search_removed_post_updates |
function |
core/modules/search/search.post_update.php |
Implements hook_removed_post_updates(). |
| search_update_11400 |
function |
core/modules/search/search.install |
Install Search Node and Search and Node are installed. |
| search_update_11401 |
function |
core/modules/search/search.install |
Install Help Search module if the Search and Help modules are installed. |
| search_update_11402 |
function |
core/modules/search/search.install |
Install Search node module if node is installed. |
| SecurityAdvisoriesFetcherTest::testIntervalConfigUpdate |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Tests that the stored advisories response is deleted on interval decrease. |
| SecurityAdvisory::validateAdvisoryData |
function |
core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php |
Validates the security advisory data. |
| Select::$forUpdate |
property |
core/lib/Drupal/Core/Database/Query/Select.php |
The FOR UPDATE status. |
| Select::forUpdate |
function |
core/lib/Drupal/Core/Database/Query/Select.php |
|
| Select::forUpdate |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Select.php |
|
| SelectExtender::forUpdate |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
|
| SelectInterface::forUpdate |
function |
core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Add FOR UPDATE to the query. |
| SelectionInterface::validateReferenceableEntities |
function |
core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php |
Validates which existing entities can be referenced. |
| SelectionPluginBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php |
|
| SelectionWithAutocreateInterface::validateReferenceableNewEntities |
function |
core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php |
Validates which newly created entities can be referenced. |
| SequencesTableRemovalUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/SequencesTableRemovalUpdateTest.php |
Tests the upgrade path for removing the sequences table. |
| SequencesTableRemovalUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/SequencesTableRemovalUpdateTest.php |
|
| SequencesTableRemovalUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/SequencesTableRemovalUpdateTest.php |
|