Clear ALL saved information and aggregates.

Fichier

src/Form/OperationsForm.php, line 338

Classe

OperationsForm
Configure advagg settings for this site.

Namespace

Drupal\advagg\Form

Code

public function clearAll() {
    $this->clearAggregates();
    $this->advaggAggregates
        ->deleteAll();
    $this->advaggFiles
        ->deleteAll();
    drupal_set_message($this->t('All AdvAgg cached information and aggregates deleted.'));
}