You are here

public function FormEntryTypeBase::getUpdateButtonText in Flag 8.4

Returns the update button text.

Return value

string The string stored in configuration.

Overrides FormEntryInterface::getUpdateButtonText

File

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

Class

FormEntryTypeBase
Base class for link types using form entry.

Namespace

Drupal\flag\Plugin\ActionLink

Code

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