You are here

public function FormEntryTypeBase::getFlagQuestion in Flag 8.4

Returns the flag confirm form question when flagging.

Return value

string A string containing the flag question to display.

Overrides FormEntryInterface::getFlagQuestion

1 call to FormEntryTypeBase::getFlagQuestion()
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 148

Class

FormEntryTypeBase
Base class for link types using form entry.

Namespace

Drupal\flag\Plugin\ActionLink

Code

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