function locale_update_8300

Delete translation status data in state.

File

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

Code

function locale_update_8300() {
    // Delete the old translation status data, it will be rebuilt and stored in
    // the new key value collection.
    \Drupal::state()->delete('locale.translation_status');
}

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