function update_refresh
Same name and namespace in other branches
- 11.x core/modules/update/update.module \update_refresh()
- 10 core/modules/update/update.module \update_refresh()
- 9 core/modules/update/update.module \update_refresh()
- 8.9.x core/modules/update/update.module \update_refresh()
- 7.x modules/update/update.module \update_refresh()
Refreshes the release data after loading the necessary include file.
Deprecated
in drupal:11.5.0 and is removed from drupal:13.0.0. Use \Drupal\update\UpdateManagerInterface::refreshUpdateData() instead.
See also
https://www.drupal.org/node/3592959
File
-
core/
modules/ update/ update.module, line 91
Code
function update_refresh() : void {
@trigger_error(__FUNCTION__ . '() is deprecated in drupal:11.5.0 and is removed from drupal:13.0.0. Use \\Drupal\\update\\UpdateManagerInterface::refreshUpdateData() instead. See https://www.drupal.org/node/3592959', E_USER_DEPRECATED);
\Drupal::service(UpdateManagerInterface::class)->refreshUpdateData();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.