You are here

public function PrivateMessageThreadDeleteForm::getQuestion in Opigno messaging 3.x

File

src/Form/PrivateMessageThreadDeleteForm.php, line 38

Class

PrivateMessageThreadDeleteForm
Override the private message thread delete form.

Namespace

Drupal\opigno_messaging\Form

Code

public function getQuestion() {
  return $this
    ->t('Do you really want to delete this discussion?');
}