public function AuditFilesNotOnServer::getQuestion in Audit Files 8.2
Same name and namespace in other branches
- 8.3 src/Form/AuditFilesNotOnServer.php \Drupal\auditfiles\Form\AuditFilesNotOnServer::getQuestion()
- 8 src/Form/AuditFilesNotOnServer.php \Drupal\auditfiles\Form\AuditFilesNotOnServer::getQuestion()
- 4.x src/Form/AuditFilesNotOnServer.php \Drupal\auditfiles\Form\AuditFilesNotOnServer::getQuestion()
Returns the question to ask the user.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form question. The page title will be set to this value.
Overrides ConfirmFormInterface::getQuestion
File
- src/
Form/ AuditFilesNotOnServer.php, line 128
Class
- AuditFilesNotOnServer
- Form for File not on server functionality.
Namespace
Drupal\auditfiles\FormCode
public function getQuestion() {
return $this
->t("Do you wan't to delete following record");
}