public function TwitterProfileEntitySettingsForm::getFormId in Tweet Feed 4.x
Same name and namespace in other branches
- 8.3 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\FormCode
public function getFormId() {
return 'tweet_feed_profile_settings';
}