You are here

public function FooterForm::getFormId in Header and Footer Scripts 8

Same name and namespace in other branches
  1. 8.2 src/Form/FooterForm.php \Drupal\header_and_footer_scripts\Form\FooterForm::getFormId()

Implements FormBuilder::getFormId.

Overrides FormInterface::getFormId

File

src/Form/FooterForm.php, line 17

Class

FooterForm
Provide settings page for adding CSS/JS before the end of body tag.

Namespace

Drupal\header_and_footer_scripts\Form

Code

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