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. 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
update_test_no_preexisting.info.yml file core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.info.yml core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.info.yml
update_test_no_preexisting.install file core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.install
update_test_no_preexisting_update_8001 function core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.install Dummy update_test_no_preexisting update 8001.
update_test_postupdate.info.yml file core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml
update_test_postupdate.install file core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install
update_test_postupdate.post_update.php file core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
update_test_postupdate_post_update_first function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php First update.
update_test_postupdate_post_update_second function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Second update.
update_test_postupdate_post_update_test0 function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Test0 update.
update_test_postupdate_post_update_test1 function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Test1 update.
update_test_postupdate_post_update_test_batch function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Testing batch processing in post updates update.
update_test_postupdate_removed_post_updates function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Implements hook_removed_post_updates().
update_test_postupdate_update_8001 function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install Normal update_N() function.
update_test_schema.info.yml file core/modules/system/tests/modules/update_test_schema/update_test_schema.info.yml core/modules/system/tests/modules/update_test_schema/update_test_schema.info.yml
update_test_schema.install file core/modules/system/tests/modules/update_test_schema/update_test_schema.install
update_test_schema_requirements function core/modules/system/tests/modules/update_test_schema/update_test_schema.install Implements hook_requirements().
update_test_schema_schema function core/modules/system/tests/modules/update_test_schema/update_test_schema.install Implements hook_schema().
update_test_semver_update_n.info.yml file core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.info.yml core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.info.yml
update_test_semver_update_n.install file core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.install
update_test_semver_update_n_update_8001 function core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.install Update 8001.
update_test_subtheme.info.yml file core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml
update_test_system_info_alter function core/modules/update/tests/modules/update_test/update_test.module Implements hook_system_info_alter().
update_test_update_status_alter function core/modules/update/tests/modules/update_test/update_test.module Implements hook_update_status_alter().
update_test_with_7x.info.yml file core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.info.yml core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.info.yml
update_test_with_7x.install file core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install
update_test_with_7x_update_7200 function core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install Dummy update_test_with_7x update 7200.
update_test_with_7x_update_7201 function core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install Dummy update_test_with_7x update 7201.
update_test_with_7x_update_last_removed function core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install Implements hook_update_last_removed().
update_uninstall function core/modules/update/update.install Implements hook_uninstall().
update_update_last_removed function core/modules/update/update.install Implements hook_update_last_removed().
user.post_update.php file core/modules/user/user.post_update.php Post update functions for User module.
user.update.html.twig file core/modules/user/help_topics/user.update.html.twig ---
label: 'Modifying or deleting a user account'
related:
- user.security_account_settings
- user.overview
---
{% set people_link_text %}{% trans %}People{% endtrans %}{% endset %}
{% set people_link =…
UserStorage::updateLastAccessTimestamp function core/modules/user/src/UserStorage.php Update the last access timestamp of the user.
UserStorage::updateLastLoginTimestamp function core/modules/user/src/UserStorage.php Update the last login timestamp of the user.
UserStorageInterface::updateLastAccessTimestamp function core/modules/user/src/UserStorageInterface.php Update the last access timestamp of the user.
UserStorageInterface::updateLastLoginTimestamp function core/modules/user/src/UserStorageInterface.php Update the last login timestamp of the user.
UserUpdate7002 class core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php Converts user time zones from time zone offsets to time zone names.
UserUpdate7002.php file core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php
UserUpdate7002::$dateConfig property core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php Contains the system.theme configuration object.
UserUpdate7002::$timezones property core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php System timezones.
UserUpdate7002::create function core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php Creates an instance of the plugin.
UserUpdate7002::transform function core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php Performs the associated process.
UserUpdate7002::__construct function core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php
UserUpdate8002 class core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php Keep the predefined roles for rid 1 and 2.
UserUpdate8002.php file core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php
UserUpdate8002::transform function core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php Keep the predefined roles for rid 1 and 2.
UserUpdateRoleMigrateTest class core/modules/user/tests/src/Functional/Update/UserUpdateRoleMigrateTest.php Tests user_update_10000() upgrade path.
UserUpdateRoleMigrateTest.php file core/modules/user/tests/src/Functional/Update/UserUpdateRoleMigrateTest.php
UserUpdateRoleMigrateTest::setDatabaseDumpFiles function core/modules/user/tests/src/Functional/Update/UserUpdateRoleMigrateTest.php Set database dump files to be used.
UserUpdateRoleMigrateTest::testRolePermissions function core/modules/user/tests/src/Functional/Update/UserUpdateRoleMigrateTest.php Tests that roles have only existing permissions.

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