Implements hook_uninstall().

Fichier

./advagg.install, line 50

Code

function advagg_uninstall() {
    $form = OperationsForm::create(Drupal::getContainer());
    $form->clearAggregates();
}