You are here

public function ChoosePdfStyleForm::getFormId in 3D Flipbook 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/ChoosePdfStyleForm.php, line 31

Class

ChoosePdfStyleForm
Configure custom settings for this site.

Namespace

Drupal\flipbook\Form

Code

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