You are here

public function GooglePlusSettingsForm::getFormID in Easy Social 8.4

Same name and namespace in other branches
  1. 8.3 src/Form/GooglePlusSettingsForm.php \Drupal\easy_social\Form\GooglePlusSettingsForm::getFormID()

Implements \Drupal\Core\Form\FormInterface::getFormID().

File

src/Form/GooglePlusSettingsForm.php, line 57
Contains \Drupal\easy_social\GooglePlusSettingsForm.

Class

GooglePlusSettingsForm
Configure user settings for this site.

Namespace

Drupal\easy_social\Form

Code

public function getFormID() {
  return 'easy_social_googleplus';
}