You are here

public function LibraryAlterTransactionForm::getFormId in Library 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/LibraryAlterTransactionForm.php, line 23

Class

LibraryAlterTransactionForm
Alter the library transaction form.

Namespace

Drupal\library\Form

Code

public function getFormId() {
  return 'library_alter_transaction_form';
}