You are here

public function FormEntryInterface::getEditFlaggingTitle in Flag 8.4

Returns the edit flagging details form title.

Return value

string A string containing the edit flagging details title to display.

1 method overrides FormEntryInterface::getEditFlaggingTitle()
FormEntryTypeBase::getEditFlaggingTitle in src/Plugin/ActionLink/FormEntryTypeBase.php
Returns the edit flagging details form title.

File

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

Class

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

Namespace

Drupal\flag\Plugin\ActionLink

Code

public function getEditFlaggingTitle();