function OverridesEntityForm::getBaseFormId

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/Form/OverridesEntityForm.php \Drupal\layout_builder\Form\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\Form

Code

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.