You are here

public function EdgeEntityDisplaySettingsForm::getBaseFormId in Apigee Edge 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 BaseFormIdInterface::getBaseFormId

File

src/Form/EdgeEntityDisplaySettingsForm.php, line 113

Class

EdgeEntityDisplaySettingsForm
Configuration form for Apigee entities display settings.

Namespace

Drupal\apigee_edge\Form

Code

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