function LayoutForm::getFormId
Same name in other branches
- 11.x core/modules/navigation/src/Form/LayoutForm.php \Drupal\navigation\Form\LayoutForm::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ navigation/ src/ Form/ LayoutForm.php, line 37
Class
- LayoutForm
- Defines a form for configuring navigation blocks.
Namespace
Drupal\navigation\FormCode
public function getFormId() : string {
return 'navigation_layout';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.