Returns the question to ask the user.
string The form question. The page title will be set to this value.
Overrides ConfirmFormBase::getQuestion
protected function getQuestion() {
return format_plural(count($this->nodes), 'Are you sure you want to delete this item?', 'Are you sure you want to delete these items?');
}