function LayoutBuilderSettingsForm::getFormId

Same name in other branches
  1. 10 core/modules/layout_builder/src/Form/LayoutBuilderSettingsForm.php \Drupal\layout_builder\Form\LayoutBuilderSettingsForm::getFormId()

Overrides FormInterface::getFormId

File

core/modules/layout_builder/src/Form/LayoutBuilderSettingsForm.php, line 23

Class

LayoutBuilderSettingsForm
Configure layout builder settings for this site.

Namespace

Drupal\layout_builder\Form

Code

public function getFormId() : string {
    return 'layout_builder_settings';
}

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