public function ExportMultipleForm::getQuestion in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_export/src/Form/ExportMultipleForm.php \Drupal\bibcite_export\Form\ExportMultipleForm::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
- modules/
bibcite_export/ src/ Form/ ExportMultipleForm.php, line 83
Class
- ExportMultipleForm
- Export multiple reference entities.
Namespace
Drupal\bibcite_export\FormCode
public function getQuestion() {
return $this
->t('Select the format to export these references.');
}