You are here

public function CustomForm::getFormId in Facebook Comments Box 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/CustomForm.php, line 28

Class

CustomForm
Configure custom settings for this site.

Namespace

Drupal\facebook_comments_box\Form

Code

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