You are here

public function FormEntryInterface::getUpdateButtonText in Flag 8.4

Returns the update button text.

Return value

string The string stored in configuration.

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

File

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

Class

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

Namespace

Drupal\flag\Plugin\ActionLink

Code

public function getUpdateButtonText();