You are here

public function FormEntryTypeBase::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.

Overrides FormEntryInterface::getEditFlaggingTitle

File

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

Class

FormEntryTypeBase
Base class for link types using form entry.

Namespace

Drupal\flag\Plugin\ActionLink

Code

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