You are here

public function IndexAddFieldsForm::getBaseFormId in Search API 8

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/IndexAddFieldsForm.php, line 132

Class

IndexAddFieldsForm
Provides a form for adding fields to a search index.

Namespace

Drupal\search_api\Form

Code

public function getBaseFormId() {
  return NULL;
}