You are here

public function FormEntryInterface::getFlagQuestion in Flag 8.4

Returns the flag confirm form question when flagging.

Return value

string A string containing the flag question to display.

1 method overrides FormEntryInterface::getFlagQuestion()
FormEntryTypeBase::getFlagQuestion in src/Plugin/ActionLink/FormEntryTypeBase.php
Returns the flag confirm form question when flagging.

File

src/Plugin/ActionLink/FormEntryInterface.php, line 16

Class

FormEntryInterface
Indicates the action link makes use of form entry for flagging operations.

Namespace

Drupal\flag\Plugin\ActionLink

Code

public function getFlagQuestion();