You are here

public function TwitterProfileEntitySettingsForm::getFormId in Tweet Feed 8.3

Same name and namespace in other branches
  1. 4.x src/Form/TwitterProfileEntitySettingsForm.php \Drupal\tweet_feed\Form\TwitterProfileEntitySettingsForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/TwitterProfileEntitySettingsForm.php, line 21

Class

TwitterProfileEntitySettingsForm
Class TweetEntitySettingsForm.

Namespace

Drupal\tweet_feed\Form

Code

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