Search for update

  1. Search 7.x for update
  2. Search 8.9.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/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/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/DrivertestMysqlDeprecatedVersion/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/modules/pgsql/src/Driver/Database/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Update.php CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\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_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().
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
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.
UserUpdateRoleDependenciesTest class core/modules/user/tests/src/Functional/Update/UserUpdateRoleDependenciesTest.php Tests user_post_update_update_roles() upgrade path.
UserUpdateRoleDependenciesTest.php file core/modules/user/tests/src/Functional/Update/UserUpdateRoleDependenciesTest.php
UserUpdateRoleDependenciesTest::setDatabaseDumpFiles function core/modules/user/tests/src/Functional/Update/UserUpdateRoleDependenciesTest.php Set database dump files to be used.
UserUpdateRoleDependenciesTest::testRolePermissions function core/modules/user/tests/src/Functional/Update/UserUpdateRoleDependenciesTest.php Tests that roles have dependencies and only existing permissions.
user_post_update_sort_permissions function core/modules/user/user.post_update.php No-op update.
user_post_update_sort_permissions_again function core/modules/user/user.post_update.php Ensure permissions stored in role configuration are sorted using the schema.
user_post_update_update_roles function core/modules/user/user.post_update.php Calculate role dependencies and remove non-existent permissions.
user_removed_post_updates function core/modules/user/user.post_update.php Implements hook_removed_post_updates().
user_update_9301 function core/modules/user/user.install Change the users table to use an serial uid field.
user_update_last_removed function core/modules/user/user.install Implements hook_update_last_removed().
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.
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
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
ViewsConfigUpdater::$deprecationsEnabled property core/modules/views/src/ViewsConfigUpdater.php Flag determining whether deprecations should be triggered.
ViewsConfigUpdater::$entityFieldManager property core/modules/views/src/ViewsConfigUpdater.php The entity field manager.
ViewsConfigUpdater::$entityTypeManager property core/modules/views/src/ViewsConfigUpdater.php The entity type manager.
ViewsConfigUpdater::$multivalueBaseFieldsUpdateTableInfo property core/modules/views/src/ViewsConfigUpdater.php An array of helper data for the multivalue base field update.
ViewsConfigUpdater::$triggeredDeprecations property core/modules/views/src/ViewsConfigUpdater.php Stores which deprecations were triggered.
ViewsConfigUpdater::$typedConfigManager property core/modules/views/src/ViewsConfigUpdater.php The typed config manager.
ViewsConfigUpdater::$viewsData property core/modules/views/src/ViewsConfigUpdater.php The views data service.
ViewsConfigUpdater::create function core/modules/views/src/ViewsConfigUpdater.php Instantiates a new instance of this class.
ViewsConfigUpdater::getMultivalueBaseFieldUpdateTableInfo function core/modules/views/src/ViewsConfigUpdater.php Returns the multivalue base fields update table info.
ViewsConfigUpdater::mapOperatorFromSingleToMultiple function core/modules/views/src/ViewsConfigUpdater.php Maps a single operator to a multiple one, if possible.
ViewsConfigUpdater::needsEntityLinkUrlUpdate function core/modules/views/src/ViewsConfigUpdater.php Add additional settings to the entity link field.
ViewsConfigUpdater::needsImageLazyLoadFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Add lazy load options to all image type field configurations.
ViewsConfigUpdater::needsMultivalueBaseFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Update field names for multi-value base fields.
ViewsConfigUpdater::needsOperatorDefaultsUpdate function core/modules/views/src/ViewsConfigUpdater.php Add additional settings to the entity link field.
ViewsConfigUpdater::needsSortFieldIdentifierUpdate function core/modules/views/src/ViewsConfigUpdater.php Updates the sort handlers by adding default sort field identifiers.

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