You are here

public function PinterestSettingsForm::getFormID in Easy Social 8.4

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

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

File

src/Form/PinterestSettingsForm.php, line 58
Contains \Drupal\easy_social\PinterestSettingsForm.

Class

PinterestSettingsForm
Configure user settings for this site.

Namespace

Drupal\easy_social\Form

Code

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