You are here

public function LinkedInAuthSettingsForm::getFormId in Social Auth LinkedIn 8.2

Same name and namespace in other branches
  1. 8 src/Form/LinkedinAuthSettingsForm.php \Drupal\social_auth_linkedin\Form\LinkedinAuthSettingsForm::getFormId()
  2. 3.x src/Form/LinkedInAuthSettingsForm.php \Drupal\social_auth_linkedin\Form\LinkedInAuthSettingsForm::getFormId()

File

src/Form/LinkedInAuthSettingsForm.php, line 17

Class

LinkedInAuthSettingsForm
Settings form for Social Auth LinkedIn.

Namespace

Drupal\social_auth_linkedin\Form

Code

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