You are here

public function FormEntryTypeBase::getDeleteButtonText in Flag 8.4

Returns the delete button text.

Return value

string The string stored in configuration.

Overrides FormEntryInterface::getDeleteButtonText

File

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

Class

FormEntryTypeBase
Base class for link types using form entry.

Namespace

Drupal\flag\Plugin\ActionLink

Code

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