You are here

public function FacebookCommentsSettingsForm::getFormId in Facebook Comments Social Plugin 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/FacebookCommentsSettingsForm.php, line 20
Contains \Drupal\facebook_comments\Form\FacebookCommentsSettingsForm

Class

FacebookCommentsSettingsForm

Namespace

Drupal\facebook_comments\Form

Code

public function getFormId() {
  return 'facebook_comments_settings_form';
}