You are here

public function FormEntryInterface::getDeleteButtonText in Flag 8.4

Returns the delete button text.

Return value

string The string stored in configuration.

1 method overrides FormEntryInterface::getDeleteButtonText()
FormEntryTypeBase::getDeleteButtonText in src/Plugin/ActionLink/FormEntryTypeBase.php
Returns the delete button text.

File

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

Class

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

Namespace

Drupal\flag\Plugin\ActionLink

Code

public function getDeleteButtonText();