function locale_update_8800

Clear Locale project storage to use new 'all' instead of 8.x in URLs.

File

core/modules/locale/locale.install, line 335

Code

function locale_update_8800() {
    \Drupal::service('locale.project')->deleteAll();
}

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