You are here

public function WebformAnalysisForm::getBaseFormId in Webform Analysis 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/WebformAnalysisForm.php, line 30

Class

WebformAnalysisForm
Webform Analysis settings form.

Namespace

Drupal\webform_analysis\Form

Code

public function getBaseFormId() {

  // Do not use seven_form_node_form_alter.
  return NULL;
}