You are here

public function FormEntryTypeBase::getCreateButtonText in Flag 8.4

Returns the create button text.

Return value

string The string stored in configuration.

Overrides FormEntryInterface::getCreateButtonText

File

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

Class

FormEntryTypeBase
Base class for link types using form entry.

Namespace

Drupal\flag\Plugin\ActionLink

Code

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