You are here

public function ExportMultipleForm::getQuestion in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 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\Form

Code

public function getQuestion() {
  return $this
    ->t('Select the format to export these references.');
}