function system_post_update_uninstall_entity_reference_module

Uninstall entity_reference.

See also

https://www.drupal.org/project/drupal/issues/3111645

File

core/modules/system/system.post_update.php, line 85

Code

function system_post_update_uninstall_entity_reference_module() {
    \Drupal::service('module_installer')->uninstall([
        'entity_reference',
    ]);
}

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