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('Optionally select a style before deleting %style', array(
'%style' => $this->imageStyle
->label(),
));
}