You are here

function upgrade_rector_uninstall in Upgrade Rector 8

Implements hook_uninstall().

File

./upgrade_rector.install, line 11
Install, update, and uninstall functions for the Upgrade Rector module.

Code

function upgrade_rector_uninstall() {
  \Drupal::keyValue('upgrade_status_rector_results')
    ->deleteAll();
}