You are here

protected function ParagraphDeleteForm::getDeletionMessage in Paragraphs table 8

Overrides ContentEntityDeleteForm::getDeletionMessage

File

src/Form/ParagraphDeleteForm.php, line 44

Class

ParagraphDeleteForm
Provides a form for deleting a paragraph from a node.

Namespace

Drupal\paragraphs_table\Form

Code

protected function getDeletionMessage() {
  return $this
    ->t('Paragraph %type item %id has been deleted.', $this
    ->getInfoItem());
}