Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. update.module

function update_refresh

Refreshes the release data after loading the necessary include file.

1 call to update_refresh()
UpdateHooks::cron in core/modules/update/src/Hook/UpdateHooks.php
Implements hook_cron().

File

core/modules/update/update.module, line 131

Code

function update_refresh() {
    \Drupal::service('update.manager')->refreshUpdateData();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal