update_refresh()
Refreshes the release data after loading the necessary include file.
File
- core/modules/update/update.module, line 386
- Handles updates of Drupal core and contributed projects.
Code
1 2 3 | function update_refresh() { \Drupal::service( 'update.manager' )->refreshUpdateData(); } |
Please login to continue.