You are here

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

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

Implements FormBuilder::getFormId.

Overrides FormInterface::getFormId

File

src/Form/BodyForm.php, line 17

Class

BodyForm
Provide settings page for adding CSS/JS after the start of body tag.

Namespace

Drupal\header_and_footer_scripts\Form

Code

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