You are here

public function LibraryCheckoutForm::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/LibraryCheckoutForm.php, line 25

Class

LibraryCheckoutForm
Library checkout form.

Namespace

Drupal\library\Form

Code

public function getFormId() : string {
  return 'library_checkout_form';
}