You are here

public function FacetsSummarySettingsForm::getBaseFormId in Facets 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

modules/facets_summary/src/Form/FacetsSummarySettingsForm.php, line 110

Class

FacetsSummarySettingsForm
Provides a form for configuring the processors of a facet.

Namespace

Drupal\facets_summary\Form

Code

public function getBaseFormId() {
  return NULL;
}