public function RssFeedsForm::getFormID

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormID

File

drupal/core/modules/system/lib/Drupal/system/Form/RssFeedsForm.php, line 20
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';
}