Search for update

  1. Search 7.x for update
  2. Search 9.5.x for update
  3. Search 8.9.x for update
  4. Search 10.3.x for update
  5. Search main for update
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Update class core/modules/sqlite/src/Driver/Database/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/mysql/src/Driver/Database/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/pgsql/src/Driver/Database/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Update.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Update.
Update class core/lib/Drupal/Core/Database/Query/Update.php General class for an abstracted UPDATE operation.

All search results

Title Object type File name Summary
RouteAliasUpdateTest class core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php Tests the upgrade path for the router table update.
RouteAliasUpdateTest.php file core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php
RouteAliasUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php Set database dump files to be used.
RouteAliasUpdateTest::testRunUpdates function core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php Tests the upgrade path for adding aliases to the router table.
Row::needsUpdate function core/modules/migrate/src/Row.php Returns if this row needs an update.
RssDefaultRowViewModeUpdateTest class core/modules/views/tests/src/Functional/Update/RssDefaultRowViewModeUpdateTest.php Tests the update view mode when removing system.rss.
RssDefaultRowViewModeUpdateTest.php file core/modules/views/tests/src/Functional/Update/RssDefaultRowViewModeUpdateTest.php
RssDefaultRowViewModeUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/RssDefaultRowViewModeUpdateTest.php Set database dump files to be used.
RssDefaultRowViewModeUpdateTest::testRssDefaultRowViewModeUpdate function core/modules/views/tests/src/Functional/Update/RssDefaultRowViewModeUpdateTest.php Tests the upgrade path setting rss row view mode.
SandboxDatabaseUpdatesValidator class core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Flags a warning if there are database updates in a staged update.
SandboxDatabaseUpdatesValidator.php file core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php
SandboxDatabaseUpdatesValidator::checkForStagedDatabaseUpdates function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Checks that the staged update does not have changes to its install files.
SandboxDatabaseUpdatesValidator::getExtensionsWithDatabaseUpdates function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Gets extensions that have database updates in the stage directory.
SandboxDatabaseUpdatesValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php
SandboxDatabaseUpdatesValidator::getUpdateFunctions function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Returns a list of all update functions for a module.
SandboxDatabaseUpdatesValidator::hasStagedUpdates function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Determines if a staged extension has changed update functions.
SandboxDatabaseUpdatesValidator::tokensMatchFunctionNamePattern function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Determines if a set of tokens contain a function name matching a pattern.
SandboxDatabaseUpdatesValidator::__construct function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php
SAVED_UPDATED constant core/includes/common.inc Return status for saving which involved an update to an existing item.
search.post_update.php file core/modules/search/search.post_update.php Post update functions for Search module.
SearchBlockPageIdUpdatePathTest class core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php Tests update path for the search block's `page_id` setting from '' to NULL.
SearchBlockPageIdUpdatePathTest.php file core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php
SearchBlockPageIdUpdatePathTest::setDatabaseDumpFiles function core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php Set database dump files to be used.
SearchBlockPageIdUpdatePathTest::testRunUpdates function core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php Tests update path for the search block's `page_id` setting from '' to NULL.
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 Updates the search index for this plugin.
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 Updates the {search_total} database table.
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 Updates the search index for this plugin.
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 The theme to install as the default for testing.
SearchNodeUpdateAndDeletionTest::$modules property core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php Modules to install.
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.
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 The theme to install as the default for testing.
SearchUpdateTest::setDatabaseDumpFiles function core/modules/search/tests/src/Functional/Update/SearchUpdateTest.php Set database dump files to be used.
SearchUpdateTest::testSearchHelpInstall function core/modules/search/tests/src/Functional/Update/SearchUpdateTest.php Tests system_update_11401.
search_post_update_block_with_empty_page_id function core/modules/search/search.post_update.php Updates Search Blocks' without an explicit `page_id` from '' to NULL.
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.
SecurityAdvisoriesFetcherTest::testIntervalConfigUpdate function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Tests that the stored advisories response is deleted on interval decrease.

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