Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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.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(--admin-color-text-soft);
update.permissions.yml file core/modules/update/update.permissions.yml core/modules/update/update.permissions.yml
Update.php file core/modules/pgsql/src/Driver/Database/pgsql/Update.php
Update.php file core/lib/Drupal/Core/Database/Query/Update.php
update.php file ./update.php The PHP page that handles updating the Drupal installation.
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/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-assets-fixture/assets/update.php Test version of update.php from drupal/core.
update.post_update.php file core/modules/update/update.post_update.php Post update functions for Update Status.
update.post_update_registry service core/core.services.yml Drupal\Core\Update\UpdateRegistry
update.processor service core/modules/update/update.services.yml Drupal\update\UpdateProcessor
update.routing.yml file core/modules/update/update.routing.yml core/modules/update/update.routing.yml
update.schema.yml file core/modules/update/config/schema/update.schema.yml core/modules/update/config/schema/update.schema.yml
update.services.yml file core/modules/update/update.services.yml core/modules/update/update.services.yml
update.settings.yml file core/modules/update/config/install/update.settings.yml core/modules/update/config/install/update.settings.yml
update.source.schema.yml file core/modules/update/config/schema/update.source.schema.yml core/modules/update/config/schema/update.source.schema.yml
UPDATE.txt file core/UPDATE.txt CONTENTS OF THIS FILE
---------------------

* Introduction
* Minor and patch version updates
* Is my site using Composer?
* Updating code with Composer
* Updating code manually
* Updating Drupal 9 to Drupal 10
* Updating Drupal 8 to Drupal 9
update.update_hook_registry service core/core.services.yml Drupal\Core\Update\UpdateHookRegistry
Update::$arguments property core/lib/Drupal/Core/Database/Query/Update.php An array of values to update to.
Update::$expressionFields property core/lib/Drupal/Core/Database/Query/Update.php Array of fields to update to an expression in case of a duplicate record.
Update::$fields property core/lib/Drupal/Core/Database/Query/Update.php An array of fields that will be updated.
Update::$table property core/lib/Drupal/Core/Database/Query/Update.php The table to update.
Update::arguments function core/lib/Drupal/Core/Database/Query/Update.php
Update::execute function core/lib/Drupal/Core/Database/Query/Update.php Executes the UPDATE query.
Update::execute function core/modules/pgsql/src/Driver/Database/pgsql/Update.php
Update::expression function core/lib/Drupal/Core/Database/Query/Update.php Specifies fields to be updated as an expression.
Update::fields function core/lib/Drupal/Core/Database/Query/Update.php Adds a set of field->value pairs to be updated.
Update::getQueryArguments function core/lib/Drupal/Core/Database/Query/Update.php Returns the query arguments with placeholders mapped to their values.
Update::__construct function core/lib/Drupal/Core/Database/Query/Update.php Constructs an Update query object.
Update::__toString function core/lib/Drupal/Core/Database/Query/Update.php Implements PHP magic __toString method to convert the query to a string.
UpdateBackend class core/lib/Drupal/Core/Update/UpdateBackend.php Defines a cache backend for use during Drupal database updates.
UpdateBackend.php file core/lib/Drupal/Core/Update/UpdateBackend.php
UpdateBackend::$backend property core/lib/Drupal/Core/Update/UpdateBackend.php The regular runtime cache backend.
UpdateBackend::delete function core/lib/Drupal/Core/Update/UpdateBackend.php
UpdateBackend::deleteAll function core/lib/Drupal/Core/Update/UpdateBackend.php
UpdateBackend::deleteMultiple function core/lib/Drupal/Core/Update/UpdateBackend.php
UpdateBackend::__construct function core/lib/Drupal/Core/Update/UpdateBackend.php UpdateBackend constructor.
UpdateBlockForm class core/modules/layout_builder/src/Form/UpdateBlockForm.php Provides a form to update a block.
UpdateBlockForm.php file core/modules/layout_builder/src/Form/UpdateBlockForm.php
UpdateBlockForm::buildForm function core/modules/layout_builder/src/Form/UpdateBlockForm.php Builds the block form.
UpdateBlockForm::getFormId function core/modules/layout_builder/src/Form/UpdateBlockForm.php
UpdateBlockForm::submitLabel function core/modules/layout_builder/src/Form/UpdateBlockForm.php

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