public function SettingsForm::getFormID

Implements \Drupal\Core\Form\FormInterface::getFormID().

Overrides FormInterface::getFormID

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/SettingsForm.php, line 80
Contains \Drupal\aggregator\Form\SettingsForm.

Class

SettingsForm
Configures aggregator settings for this site.

Namespace

Drupal\aggregator\Form

Code

public function getFormID() {
  return 'aggregator_admin_form';
}