Finished callback for delete entities batch.

Fichier

src/Form/SpambotUserspamForm.php, line 700

Classe

SpambotUserspamForm
Settings form to save the configuration for Spambot.

Namespace

Drupal\spambot\Form

Code

public function finishedDeleteEntities() {
    $message = $this->t('Entities have been deleted.');
    $this->messenger()
        ->addStatus($message);
}