class SettingsForm

Configures aggregator settings for this site.

Hierarchy

Expanded class hierarchy of SettingsForm

1 string reference to 'SettingsForm'

File

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

Namespace

Drupal\aggregator\Form
View source

Members

Namesort descending Modifiers Type Description Overrides
SettingsForm::$definitions protected property The aggregator plugin definitions.
SettingsForm::$managers protected property The aggregator plugin managers.
SettingsForm::buildForm public function Implements \Drupal\Core\Form\FormInterface::buildForm(). Overrides SystemConfigFormBase::buildForm
SettingsForm::create public static function Instantiates a new instance of this controller. Overrides SystemConfigFormBase::create
SettingsForm::getFormID public function Implements \Drupal\Core\Form\FormInterface::getFormID(). Overrides FormInterface::getFormID
SettingsForm::submitForm public function Implements \Drupal\Core\Form\FormInterface::submitForm(). Overrides SystemConfigFormBase::submitForm
SettingsForm::__construct public function Constructs a \Drupal\aggregator\SettingsForm object. Overrides SystemConfigFormBase::__construct
SystemConfigFormBase::$configFactory protected property Stores the configuration factory.
SystemConfigFormBase::validateForm public function Implements \Drupal\Core\Form\FormInterface::validateForm(). Overrides FormInterface::validateForm 7