function OverridesEntityForm::getBaseFormId
Overrides EntityForm::getBaseFormId
File
- 
              core/
modules/ layout_builder/ src/ Form/ OverridesEntityForm.php, line 74  
Class
- OverridesEntityForm
 - Provides a form containing the Layout Builder UI for overrides.
 
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.