Search for update

  1. Search 7.x for update
  2. Search 9.5.x for update
  3. Search 10.3.x for update
  4. Search 11.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/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Update.php MySQL test implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\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_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 Install, update and uninstall functions for the update_test_with_7x module.
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_theme function core/modules/update/update.module Implements hook_theme().
update_themes_installed function core/modules/update/update.module Implements hook_themes_installed().
update_themes_uninstalled function core/modules/update/update.module Implements hook_themes_uninstalled().
update_uninstall function core/modules/update/update.install Implements hook_uninstall().
UPDATE_UNKNOWN constant core/modules/update/update.module No available update data was found for project.
update_update_8001 function core/modules/update/update.install Rebuild the router to ensure admin/reports/updates/check has CSRF protection.
update_verify_update_archive function core/modules/update/update.module Implements hook_verify_update_archive().
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/help_topics/help_topics/user.update.html.twig ---
label: 'Modifying or deleting a user account'
related:
- user.security_account_settings
- user.overview
---
{% set people_url = render_var(url('entity.user.collection')) %}
<h2>{% trans %}Goal{% endtrans…
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 Constructs a \Drupal\Component\Plugin\PluginBase object.
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.
UserUpdateEmailToken class core/modules/user/tests/src/Functional/Update/UserUpdateEmailToken.php Tests user email token upgrade path.
UserUpdateEmailToken.php file core/modules/user/tests/src/Functional/Update/UserUpdateEmailToken.php
UserUpdateEmailToken::setDatabaseDumpFiles function core/modules/user/tests/src/Functional/Update/UserUpdateEmailToken.php Set database dump files to be used.
UserUpdateEmailToken::testEmailToken function core/modules/user/tests/src/Functional/Update/UserUpdateEmailToken.php Tests that email token in status_blocked of user.mail is updated.
UserUpdateOrderPermissionsTest class core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php Tests user permissions sort upgrade path.
UserUpdateOrderPermissionsTest.php file core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php
UserUpdateOrderPermissionsTest::setDatabaseDumpFiles function core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php Set database dump files to be used.
UserUpdateOrderPermissionsTest::testPermissionsOrder function core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php Tests that permissions are ordered by machine name.
user_post_update_enforce_order_of_permissions function core/modules/user/user.post_update.php Enforce order of role permissions.
user_update_8100 function core/modules/user/user.install Fix invalid token in the status_blocked email body.
VendorHardeningPlugin::onPostPackageUpdate function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_PACKAGE_UPDATE event handler.
VendorHardeningPlugin::onPrePackageUpdate function composer/Plugin/VendorHardening/VendorHardeningPlugin.php PRE_PACKAGE_UPDATE event handler.
ViewCoreUpdateTest class core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php Tests the upgrade path for removing the core key from views configuration.
ViewCoreUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php
ViewCoreUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php Set database dump files to be used.
ViewCoreUpdateTest::testPostUpdate function core/modules/views/tests/src/Functional/Update/ViewCoreUpdateTest.php Tests that the core key is removed from views configuration.
views.post_update.php file core/modules/views/views.post_update.php Post update functions for Views.
views.view.node_link_update_test.yml file core/modules/views/tests/fixtures/update/views.view.node_link_update_test.yml core/modules/views/tests/fixtures/update/views.view.node_link_update_test.yml
views.view.test_table_dependency_update.yml file core/modules/views/tests/fixtures/update/views.view.test_table_dependency_update.yml core/modules/views/tests/fixtures/update/views.view.test_table_dependency_update.yml
ViewsConfigUpdater class core/modules/views/src/ViewsConfigUpdater.php Provides a BC layer for modules providing old configurations.
ViewsConfigUpdater.php file core/modules/views/src/ViewsConfigUpdater.php

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