You are here

public function FrontPageHomeLinksForm::getFormID in Front Page 8

Same name and namespace in other branches
  1. 9.1.x src/Form/FrontPageHomeLinksForm.php \Drupal\front_page\Form\FrontPageHomeLinksForm::getFormID()

Implements \Drupal\Core\Form\FormInterface::getFormID().

File

src/Form/FrontPageHomeLinksForm.php, line 16

Class

FrontPageHomeLinksForm
Configure site information settings for this site.

Namespace

Drupal\front_page\Form

Code

public function getFormID() {
  return 'front_page_admin_home_links';
}