You are here

public function FormEntryInterface::getUnflagQuestion in Flag 8.4

Returns the flag confirm form question when unflagging.

Return value

string A string containing the unflag question to display.

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

File

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

Class

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

Namespace

Drupal\flag\Plugin\ActionLink

Code

public function getUnflagQuestion();