Finished callback for unpublish entities batch.

Fichier

src/Form/SpambotUserspamForm.php, line 770

Classe

SpambotUserspamForm
Settings form to save the configuration for Spambot.

Namespace

Drupal\spambot\Form

Code

public function finishedUnpublishEntities() {
    $message = $this->t('Objects have been retired.');
    $this->messenger()
        ->addStatus($message);
}