update_fetch_data()
Attempts to fetch update data after loading the necessary include file.
See also
\Drupal\update\UpdateProcessor::fetchData()
File
- core/modules/update/update.module, line 395
- Handles updates of Drupal core and contributed projects.
Code
1 2 3 | function update_fetch_data() { \Drupal::service( 'update.processor' )->fetchData(); } |
Please login to continue.