public function FrontPageSettingsForm::getFormID in Front Page 8
Same name and namespace in other branches
- 9.1.x src/Form/FrontPageSettingsForm.php \Drupal\front_page\Form\FrontPageSettingsForm::getFormID()
Implements \Drupal\Core\Form\FormInterface::getFormID().
File
- src/
Form/ FrontPageSettingsForm.php, line 16
Class
- FrontPageSettingsForm
- Configure site information settings for this site.
Namespace
Drupal\front_page\FormCode
public function getFormID() {
return 'front_page_admin';
}