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
Namespace
Drupal\facebook_comments\FormCode
public function getFormId() {
return 'facebook_comments_settings_form';
}