function system_update_8701

Remove the unused 'system.theme.data' from state.

File

core/modules/system/system.install, line 2592

Code

function system_update_8701() {
    // The system.theme.data key is no longer used in Drupal 8.7.x.
    \Drupal::state()->delete('system.theme.data');
}

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