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
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/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.
Update class core/modules/pgsql/src/Driver/Database/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update API group core/lib/Drupal/Core/Extension/module.api.php Updating minor versions of modules
update-countries.sh file core/scripts/update-countries.sh Updates CLDR codes in CountryManager.php to latest data.
update-fetch-error-message.html.twig file core/themes/stable9/templates/admin/update-fetch-error-message.html.twig Default theme implementation for the message when fetching data fails.
update-fetch-error-message.html.twig file core/modules/update/templates/update-fetch-error-message.html.twig Default theme implementation for the message when fetching data fails.
update-last-check.html.twig file core/modules/update/templates/update-last-check.html.twig Default theme implementation for the last time update data was checked.
update-last-check.html.twig file core/themes/stable9/templates/admin/update-last-check.html.twig Theme override for the last time update data was checked.
update-project-status.html.twig file core/themes/stable9/templates/admin/update-project-status.html.twig Theme override for the project status report.
update-project-status.html.twig file core/themes/admin/templates/admin/update-project-status.html.twig Default theme implementation for the project status report.
update-project-status.html.twig file core/themes/default_admin/templates/admin/update-project-status.html.twig Default theme implementation for the project status report.
update-project-status.html.twig file core/modules/update/templates/update-project-status.html.twig Default theme implementation for the project status report.
update-report.html.twig file core/modules/update/templates/update-report.html.twig Default theme implementation for the project status report.
update-report.html.twig file core/themes/stable9/templates/admin/update-report.html.twig Theme override for the project status report.
update-version.html.twig file core/themes/stable9/templates/admin/update-version.html.twig Theme override for the version display of a project.
update-version.html.twig file core/themes/claro/templates/admin/update-version.html.twig Theme override for the version display of a project.
update-version.html.twig file core/modules/update/templates/update-version.html.twig Default theme implementation for the version display of a project.
update-version.html.twig file core/themes/admin/templates/admin/update-version.html.twig Theme override for the version display of a project.
update-version.html.twig file core/themes/default_admin/templates/admin/update-version.html.twig Theme override for the version display of a project.
update.admin.theme.css file core/themes/stable9/css/update/update.admin.theme.css Styles used by the Update Status module.
update.admin.theme.css file core/modules/update/css/update.admin.theme.css Styles used by the Update Status module.
update.api.php file core/modules/update/update.api.php Hooks provided by the Update Status module.
update.authorize.inc file core/modules/update/update.authorize.inc
update.compare.inc file core/modules/update/update.compare.inc
update.css file core/themes/default_admin/css/components/update.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

/*
* @file
* Styles for Available Updates report.
*/

.project-update__version {
padding-block:…
update.fetch.inc file core/modules/update/update.fetch.inc
update.fetcher service core/modules/update/update.services.yml Drupal\update\UpdateFetcher
update.inc file core/includes/update.inc Drupal database update API.
update.info.yml file core/modules/update/update.info.yml core/modules/update/update.info.yml
update.install file core/modules/update/update.install Install, update, and uninstall functions for the Update Status module.
update.key_value.post_update service core/core.services.yml Drupal\Core\KeyValueStore\KeyValueStoreInterface
update.libraries.yml file core/modules/update/update.libraries.yml core/modules/update/update.libraries.yml
update.links.menu.yml file core/modules/update/update.links.menu.yml core/modules/update/update.links.menu.yml
update.links.task.yml file core/modules/update/update.links.task.yml core/modules/update/update.links.task.yml
update.manager service core/modules/update/update.services.yml Drupal\update\UpdateManager
update.manager.inc file core/modules/update/update.manager.inc
update.migrate_drupal.yml file core/modules/update/migrations/state/update.migrate_drupal.yml core/modules/update/migrations/state/update.migrate_drupal.yml
update.module file core/modules/update/update.module
update.pcss.css file core/themes/default_admin/css/components/update.pcss.css /*
* @file
* Styles for Available Updates report.
*/

.project-update__version {
padding-block: 0;
}

.project-update__version-links {
padding-inline-end: 0;
}

.project-update__details {
padding: 0;
color: var(--gin-color-text-light);
update.permissions.yml file core/modules/update/update.permissions.yml core/modules/update/update.permissions.yml
update.php file ./update.php The PHP page that handles updating the Drupal installation.
Update.php file core/modules/sqlite/src/Driver/Database/sqlite/Update.php
Update.php file core/modules/mysql/src/Driver/Database/mysql/Update.php
update.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-assets-fixture/assets/update.php Test version of update.php from drupal/core.
Update.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Update.php
update.php file core/assets/scaffold/files/update.php The PHP page that handles updating the Drupal installation.
Update.php file core/lib/Drupal/Core/Database/Query/Update.php

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