You are here

public function TweetEntitySettingsForm::getFormId in Tweet Feed 8.3

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

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/TweetEntitySettingsForm.php, line 21

Class

TweetEntitySettingsForm
Class TweetEntitySettingsForm.

Namespace

Drupal\tweet_feed\Form

Code

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