function BookSettingsForm::getFormId

Same name and namespace in other branches
  1. 9 core/modules/book/src/Form/BookSettingsForm.php \Drupal\book\Form\BookSettingsForm::getFormId()
  2. 8.9.x core/modules/book/src/Form/BookSettingsForm.php \Drupal\book\Form\BookSettingsForm::getFormId()
  3. 10 core/modules/book/src/Form/BookSettingsForm.php \Drupal\book\Form\BookSettingsForm::getFormId()

Overrides FormInterface::getFormId

File

core/modules/book/src/Form/BookSettingsForm.php, line 19

Class

BookSettingsForm
Configure book settings for this site.

Namespace

Drupal\book\Form

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.