You are here

public function PanelizerDefaultDelete::getQuestion in Panelizer 8.5

Same name and namespace in other branches
  1. 8.3 src/Form/PanelizerDefaultDelete.php \Drupal\panelizer\Form\PanelizerDefaultDelete::getQuestion()
  2. 8.4 src/Form/PanelizerDefaultDelete.php \Drupal\panelizer\Form\PanelizerDefaultDelete::getQuestion()

Returns the question to ask the user.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form question. The page title will be set to this value.

Overrides ConfirmFormInterface::getQuestion

File

src/Form/PanelizerDefaultDelete.php, line 107

Class

PanelizerDefaultDelete

Namespace

Drupal\panelizer\Form

Code

public function getQuestion() {
  return 'Are you certain you want to delete this panelizer default?.';
}