You are here

public function EditableFieldsForm::getBaseFormId in Editable Fields 1.0.x

Same name and namespace in other branches
  1. 8 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\Form

Code

public function getBaseFormId() {
  return 'editablefields_form';
}