You are here

public function EventSeriesUpdateConfirmForm::getQuestion in Booking and Availability Management Tools for Drupal 8

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

modules/bat_event_series/src/Entity/Form/EventSeriesUpdateConfirmForm.php, line 62
Contains \Drupal\bat_event_series\Entity\Form\EventSeriesUpdateConfirmForm.

Class

EventSeriesUpdateConfirmForm

Namespace

Drupal\bat_event_series\Entity\Form

Code

public function getQuestion() {
  return 'Update all upcoming events in this series?';
}