Implements \Drupal\Core\Form\ConfirmFormBase::getQuestion().
Overrides ConfirmFormBase::getQuestion
protected function getQuestion() {
return t('Do you want to break the lock on view %name?', array(
'%name' => $this->view
->id(),
));
}