public function ContentUploadConfirmForm::getDescription in GatherContent 8.3
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides ContentConfirmForm::getDescription
File
- src/
Form/ ContentUploadConfirmForm.php, line 39
Class
- ContentUploadConfirmForm
- Provides a node deletion confirmation form.
Namespace
Drupal\gathercontent\FormCode
public function getDescription() {
return $this
->t('Please review your selection before uploading.');
}