You are here

public function LibraryListForm::getQuestion in Skinr 8.2

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

skinr_ui/src/Form/LibraryListForm.php, line 30
Contains \Drupal\skinr_ui\Form\LibraryListForm.

Class

LibraryListForm
Provides skinr plugin installation interface.

Namespace

Drupal\skinr_ui\Form

Code

public function getQuestion() {
  return t('Would you like to disable all skin configurations for the selected skins?');
}