You are here

public function PanelizerDefaultSelect::getQuestion in Panelizer 8.4

Same name and namespace in other branches
  1. 8.5 src/Form/PanelizerDefaultSelect.php \Drupal\panelizer\Form\PanelizerDefaultSelect::getQuestion()
  2. 8.3 src/Form/PanelizerDefaultSelect.php \Drupal\panelizer\Form\PanelizerDefaultSelect::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/PanelizerDefaultSelect.php, line 83

Class

PanelizerDefaultSelect

Namespace

Drupal\panelizer\Form

Code

public function getQuestion() {
  return 'Are you certain you want to set this panelizer default as the default for this bundle?.';
}