function locale_post_update_clear_sources

Clear locale source information.

File

core/modules/locale/locale.post_update.php, line 46

Code

function locale_post_update_clear_sources() : void {
  \Drupal::service(LocaleSource::class)->clearSources();
}

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