You are here

public function RssFeedsForm::getFormId in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Form/RssFeedsForm.php \Drupal\system\Form\RssFeedsForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/system/src/Form/RssFeedsForm.php, line 21
Contains \Drupal\system\Form\RssFeedsForm.

Class

RssFeedsForm
Configure RSS settings for this site.

Namespace

Drupal\system\Form

Code

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