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 11.x 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/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
UpdateContribTest::testUpdateHiddenBaseTheme function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests updates with a hidden base theme.
UpdateContribTest::testUpdateShowDisabledThemes function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that uninstalled themes are only shown when desired.
UpdateController class core/modules/update/src/Controller/UpdateController.php Controller routines for update routes.
UpdateController.php file core/modules/update/src/Controller/UpdateController.php
UpdateController::$renderer property core/modules/update/src/Controller/UpdateController.php The renderer.
UpdateController::$updateManager property core/modules/update/src/Controller/UpdateController.php Update manager service.
UpdateController::updateStatus function core/modules/update/src/Controller/UpdateController.php Returns a page about the update status of projects.
UpdateController::updateStatusManually function core/modules/update/src/Controller/UpdateController.php Manually checks the update status without the use of cron.
UpdateController::__construct function core/modules/update/src/Controller/UpdateController.php Constructs update status data.
UpdateCronHooks class core/modules/update/src/Hook/UpdateCronHooks.php Hook implementations for update.
UpdateCronHooks.php file core/modules/update/src/Hook/UpdateCronHooks.php
UpdateCronHooks::cron function core/modules/update/src/Hook/UpdateCronHooks.php Implements hook_cron().
UpdateCronHooks::notify function core/modules/update/src/Hook/UpdateCronHooks.php Performs any notifications that should be done once cron fetches new data.
UpdateCronHooks::__construct function core/modules/update/src/Hook/UpdateCronHooks.php
UpdateDataSubscriber class core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php Clears stale update data once staged changes have been applied.
UpdateDataSubscriber.php file core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php
UpdateDataSubscriber::clearData function core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php Clears stale update data.
UpdateDataSubscriber::getSubscribedEvents function core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php
UpdateDataSubscriber::__construct function core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php
UpdateDescriptionTest class core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php Tests for update descriptions.
UpdateDescriptionTest.php file core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php
UpdateDescriptionTest::$modules property core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php Modules to install.
UpdateDescriptionTest::testUpdateGetUpdateList function core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php Tests the list of pending database updates.
updated_module.module file core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/updated_module.module Contains global functions for testing updates to a .module file.
updated_module.module file core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.0.0/updated_module.module Contains global functions for testing updates to a .module file.
updated_module.post_apply_subscriber service core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/updated_module.services.yml Drupal\updated_module\PostApplySubscriber
updated_module.services.yml file core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/updated_module.services.yml core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/updated_module.services.yml
updated_module_hello function core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/updated_module.module Page controller that says hello.
updated_module_hello function core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.0.0/updated_module.module Page controller that says hello.
UpdateEmptyEmailsUpdatePathTest class core/modules/update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php Tests update_post_update_fix_update_emails.
UpdateEmptyEmailsUpdatePathTest.php file core/modules/update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php
UpdateEmptyEmailsUpdatePathTest::setDatabaseDumpFiles function core/modules/update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php Set database dump files to be used.
UpdateEmptyEmailsUpdatePathTest::testRunUpdates function core/modules/update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php Tests update_post_update_fix_update_emails.
UpdateException class core/lib/Drupal/Core/Utility/UpdateException.php Exception class used to throw error if a module update fails.
UpdateException.php file core/lib/Drupal/Core/Utility/UpdateException.php
UpdateFetcher class core/modules/update/src/UpdateFetcher.php Fetches project information from remote locations.
UpdateFetcher.php file core/modules/update/src/UpdateFetcher.php
UpdateFetcher::$fetchUrl property core/modules/update/src/UpdateFetcher.php The fetch URL configured in the update settings.
UpdateFetcher::$updateSettings property core/modules/update/src/UpdateFetcher.php The update settings.
UpdateFetcher::buildFetchUrl function core/modules/update/src/UpdateFetcher.php Generates the URL to fetch information about project updates.
UpdateFetcher::doRequest function core/modules/update/src/UpdateFetcher.php Applies a GET request.
UpdateFetcher::fetchProjectData function core/modules/update/src/UpdateFetcher.php Retrieves the project information.
UpdateFetcher::getFetchBaseUrl function core/modules/update/src/UpdateFetcher.php Returns the base of the URL to fetch available update data for a project.
UpdateFetcher::UPDATE_DEFAULT_URL constant core/modules/update/src/UpdateFetcher.php URL to check for updates, if a given project doesn't define its own.
UpdateFetcher::__construct function core/modules/update/src/UpdateFetcher.php
UpdateFetcherInterface interface core/modules/update/src/UpdateFetcherInterface.php Fetches project information from remote locations.
UpdateFetcherInterface.php file core/modules/update/src/UpdateFetcherInterface.php
UpdateFetcherInterface::buildFetchUrl function core/modules/update/src/UpdateFetcherInterface.php Generates the URL to fetch information about project updates.
UpdateFetcherInterface::fetchProjectData function core/modules/update/src/UpdateFetcherInterface.php Retrieves the project information.
UpdateFetcherInterface::FETCH_PENDING constant core/modules/update/src/UpdateFetcherInterface.php We need to (re)fetch available update data for this project.

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