BackdropDatabaseCache::set in drivers/cache_database/cache_database.inc
Implements BackdropCacheInterface::set().
_backdrop_session_write in includes/session.inc
Writes an entire session to the database (internal use only).
ConfigDatabaseStorage::write in drivers/config_database/config_database_storage.inc
Writes configuration data to the storage.
DatabaseMergeTestCase::testInvalidMerge in modules/simpletest/tests/database_test.test
Test that an invalid merge query throws an exception like it is supposed to.
DatabaseMergeTestCase::testMergeInsert in modules/simpletest/tests/database_test.test
Confirm that we can merge-insert a record successfully.
DatabaseMergeTestCase::testMergeInsertWithoutUpdate in modules/simpletest/tests/database_test.test
Test that we can merge-insert without any update fields.
DatabaseMergeTestCase::testMergeUpdate in modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully.
DatabaseMergeTestCase::testMergeUpdateExcept in modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with different insert and update.
DatabaseMergeTestCase::testMergeUpdateExplicit in modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with alternate replacement.
DatabaseMergeTestCase::testMergeUpdateExpression in modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with expressions.
DatabaseMergeTestCase::testMergeUpdateWithoutUpdate in modules/simpletest/tests/database_test.test
Confirm that we can merge-update without any update fields.
DatabaseReservedKeywordTestCase::testMergeReservedWordTable in modules/simpletest/tests/database_test.test
file_usage_add in includes/file.inc
Records that a module is using a file.
hook_user_role_update in modules/user/user.api.php
Respond to updates to a user role.
locale in modules/locale/locale.module
Provides interface translation services.
_node_access_test_node_write in modules/node/tests/node_access_test/node_access_test.module
Helper for node insert/update.
node_tag_new in modules/node/node.module
Updates the 'last viewed' timestamp of the specified node for current user.
search_index in modules/search/search.module
Update the full-text search index for a particular item.
search_update_totals in modules/search/search.module
Updates the {search_total} database table.
state_set in includes/bootstrap.inc
Sets a persistent state value.
taxonomy_test_taxonomy_term_update in modules/simpletest/tests/taxonomy_test.module
Implements hook_taxonomy_term_update().
_update_cache_set in modules/update/update.module
Stores data in the private update status cache table.
update_variable_set in includes/update.inc
Sets a persistent variable during update hooks.
variable_set in includes/bootstrap.inc
Sets a persistent variable.