function system_update_8002

Removes the system.filter configuration.

File

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

Code

function system_update_8002() {
    \Drupal::configFactory()->getEditable('system.filter')
        ->delete();
    return t('The system.filter configuration has been moved to a container parameter, see default.services.yml for more information.');
}

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