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 t('Are you sure you want to remove the format %name : %format?', array(
'%name' => $this->format['name'],
'%format' => format_date(REQUEST_TIME, $this->formatID),
));
}