function DefaultsEntityForm::getBaseFormId
Same name in other branches
- 9 core/modules/layout_builder/src/Form/DefaultsEntityForm.php \Drupal\layout_builder\Form\DefaultsEntityForm::getBaseFormId()
Overrides EntityForm::getBaseFormId
File
-
core/
modules/ layout_builder/ src/ Form/ DefaultsEntityForm.php, line 75
Class
- DefaultsEntityForm
- Provides a form containing the Layout Builder UI for defaults.
Namespace
Drupal\layout_builder\FormCode
public function getBaseFormId() {
return $this->getEntity()
->getEntityTypeId() . '_layout_builder_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.