You are here

public function FormEntryTypeBase::getUnflagQuestion in Flag 8.4

Returns the flag confirm form question when unflagging.

Return value

string A string containing the unflag question to display.

Overrides FormEntryInterface::getUnflagQuestion

1 call to FormEntryTypeBase::getUnflagQuestion()
FormEntryTypeBase::buildConfigurationForm in src/Plugin/ActionLink/FormEntryTypeBase.php
Provides a form array for the action link plugin's settings form.

File

src/Plugin/ActionLink/FormEntryTypeBase.php, line 162

Class

FormEntryTypeBase
Base class for link types using form entry.

Namespace

Drupal\flag\Plugin\ActionLink

Code

public function getUnflagQuestion() {
  return $this->configuration['unflag_confirmation'];
}