You are here

public function SpambotUserspamForm::finishedDeleteEntities in Spambot 8

Finished callback for delete entities batch.

File

src/Form/SpambotUserspamForm.php, line 700

Class

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);
}