public function EditableFieldsForm::getBaseFormId in Editable Fields 8
Same name and namespace in other branches
- 1.0.x src/Form/EditableFieldsForm.php \Drupal\editablefields\Form\EditableFieldsForm::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 BaseFormIdInterface::getBaseFormId
1 call to EditableFieldsForm::getBaseFormId()
- EditableFieldsForm::getFormId in src/
Form/ EditableFieldsForm.php - Returns a unique string identifying the form.
File
- src/
Form/ EditableFieldsForm.php, line 64
Class
- EditableFieldsForm
- Class EditableFieldsForm.
Namespace
Drupal\editablefields\FormCode
public function getBaseFormId() {
return 'editablefields_form';
}