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
ProjectCoreCompatibility::$possibleCoreUpdateVersions property core/modules/update/src/ProjectCoreCompatibility.php Cache of core versions that are available for updates.
ProjectCoreCompatibility::getPossibleCoreUpdateVersions function core/modules/update/src/ProjectCoreCompatibility.php Gets the core versions that should be considered for compatibility ranges.
PromoteNode::getFieldsToUpdate function core/modules/node/src/Plugin/Action/PromoteNode.php
QueryFactory::updateConfigKeyStore function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Updates or adds lookup data.
RemovedPostUpdateNameException class core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php An exception thrown for removed post-update functions.
RemovedPostUpdateNameException.php file core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php
RemovePathKeyTest::testRunUpdates function core/modules/system/tests/src/Functional/Update/RemovePathKeyTest.php Tests the upgrade path for removing system.file.path key.
RenderContext::update function core/lib/Drupal/Core/Render/RenderContext.php Updates the current frame of the stack.
RequirementsPageTrait::updateRequirementsProblem function core/tests/Drupal/Tests/RequirementsPageTrait.php Handles the update requirements page.
ResponsiveImageConfigUpdater class core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php Provides a BC layer for modules providing old configurations.
ResponsiveImageConfigUpdater.php file core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php
ResponsiveImageConfigUpdater::$deprecationsEnabled property core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php Flag determining whether deprecations should be triggered.
ResponsiveImageConfigUpdater::$triggeredDeprecations property core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php Stores which deprecations were triggered.
ResponsiveImageConfigUpdater::orderMultipliersNumerically function core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php Re-order mappings by breakpoint ID and descending numeric multiplier order.
ResponsiveImageConfigUpdater::processResponsiveImageField function core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php Processes responsive image type fields.
ResponsiveImageConfigUpdater::setDeprecationsEnabled function core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php Sets the deprecations enabling status.
ResponsiveImageLazyLoadUpdateTest class core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php Tests lazy-load upgrade path.
ResponsiveImageLazyLoadUpdateTest.php file core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php
ResponsiveImageLazyLoadUpdateTest::setDatabaseDumpFiles function core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php Set database dump files to be used.
ResponsiveImageLazyLoadUpdateTest::testEntitySave function core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php Test responsive_image_entity_view_display_presave invokes deprecations.
ResponsiveImageLazyLoadUpdateTest::testUpdate function core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php Test new lazy-load setting upgrade path.
ResponsiveImageOrderMultipliersNumericallyUpdateTest class core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php Tests order multipliers numerically upgrade path.
ResponsiveImageOrderMultipliersNumericallyUpdateTest.php file core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php
ResponsiveImageOrderMultipliersNumericallyUpdateTest::setDatabaseDumpFiles function core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php Set database dump files to be used.
ResponsiveImageOrderMultipliersNumericallyUpdateTest::testEntitySave function core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php Test ResponsiveImageStyle::preSave correctly orders by multiplier weight.
ResponsiveImageOrderMultipliersNumericallyUpdateTest::testUpdate function core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php Test order multipliers numerically upgrade path.
responsive_image.post_update.php file core/modules/responsive_image/responsive_image.post_update.php Post update functions for Responsive Image.
responsive_image_removed_post_updates function core/modules/responsive_image/responsive_image.post_update.php Implements hook_removed_post_updates().
rest.post_update.php file core/modules/rest/rest.post_update.php Post update functions for Rest.
rest_removed_post_updates function core/modules/rest/rest.post_update.php Implements hook_removed_post_updates().
rest_update_last_removed function core/modules/rest/rest.install Implements hook_update_last_removed().
RevisionableInterface::updateLoadedRevisionId function core/lib/Drupal/Core/Entity/RevisionableInterface.php Updates the loaded Revision ID with the revision ID.
RouteAliasUpdateTest class core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php Tests the upgrade path for the router table update.
RouteAliasUpdateTest.php file core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php
RouteAliasUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php
RouteAliasUpdateTest::testRunUpdates function core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php Tests the upgrade path for adding aliases to the router table.
Row::needsUpdate function core/modules/migrate/src/Row.php Returns if this row needs an update.
SandboxDatabaseUpdatesValidator class core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Flags a warning if there are database updates in a staged update.
SandboxDatabaseUpdatesValidator.php file core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php
SandboxDatabaseUpdatesValidator::checkForStagedDatabaseUpdates function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Checks that the staged update does not have changes to its install files.
SandboxDatabaseUpdatesValidator::getExtensionsWithDatabaseUpdates function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Gets extensions that have database updates in the stage directory.
SandboxDatabaseUpdatesValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php
SandboxDatabaseUpdatesValidator::getUpdateFunctions function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Returns a list of all update functions for a module.
SandboxDatabaseUpdatesValidator::hasStagedUpdates function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Determines if a staged extension has changed update functions.
SandboxDatabaseUpdatesValidator::tokensMatchFunctionNamePattern function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php Determines if a set of tokens contain a function name matching a pattern.
SandboxDatabaseUpdatesValidator::__construct function core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php
SAVED_UPDATED constant core/includes/common.inc Return status for saving which involved an update to an existing item.
search.post_update.php file core/modules/search/search.post_update.php Post update functions for Search module.
SearchBlockPageIdUpdatePathTest class core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php Tests update path for the search block's `page_id` setting from '' to NULL.
SearchBlockPageIdUpdatePathTest.php file core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php

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