function LayoutForm::getBaseFormId

Same name and namespace in other branches
  1. 10 core/modules/navigation/src/Form/LayoutForm.php \Drupal\navigation\Form\LayoutForm::getBaseFormId()

Overrides LayoutBuilderEntityFormTrait::getBaseFormId

File

core/modules/navigation/src/Form/LayoutForm.php, line 30

Class

LayoutForm
Defines a form for configuring navigation blocks.

Namespace

Drupal\navigation\Form

Code

public function getBaseFormId() : string {
    return 'navigation_layout';
}

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