You are here

public function VoteDeleteConfirm::getQuestion in Voting API 8.3

Overrides EntityDeleteFormTrait::getQuestion

File

src/Form/VoteDeleteConfirm.php, line 51

Class

VoteDeleteConfirm
Provides a form for vote deletion.

Namespace

Drupal\votingapi\Form

Code

public function getQuestion() {
  return $this
    ->t('Are you sure you want to delete the vote?');
}