Implements hook_uninstall().
File
-
./
advagg.install, line 50
Code
function advagg_uninstall() {
$form = OperationsForm::create(Drupal::getContainer());
$form->clearAggregates();
}
Implements hook_uninstall().
function advagg_uninstall() {
$form = OperationsForm::create(Drupal::getContainer());
$form->clearAggregates();
}