protected DeleteForm::getDeletionMessage()
Overrides ContentEntityDeleteForm::getDeletionMessage
File
- core/modules/comment/src/Form/DeleteForm.php, line 37
Class
- DeleteForm
- Provides the comment delete confirmation form.
Namespace
Drupal\comment\Form
Code
1 2 3 | protected function getDeletionMessage() { return $this ->t( 'The comment and all its replies have been deleted.' ); } |
Please login to continue.