public function DashboardLayoutBuilderForm::getBaseFormId in Dashboards with Layout Builder 8
Same name and namespace in other branches
- 2.0.x src/Form/DashboardLayoutBuilderForm.php \Drupal\dashboards\Form\DashboardLayoutBuilderForm::getBaseFormId()
Returns a string identifying the base form.
Return value
string|null The string identifying the base form or NULL if this is not a base form.
Overrides EntityForm::getBaseFormId
File
- src/
Form/ DashboardLayoutBuilderForm.php, line 86
Class
- DashboardLayoutBuilderForm
- DashboardLayoutBuilderForm class.
Namespace
Drupal\dashboards\FormCode
public function getBaseFormId() {
return 'dashboards_layout_builder_form';
}