You are here

protected property SettingsForm::$definitions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/aggregator/src/Form/SettingsForm.php \Drupal\aggregator\Form\SettingsForm::definitions

The aggregator plugin definitions.

Type: array

File

core/modules/aggregator/src/Form/SettingsForm.php, line 43
Contains \Drupal\aggregator\Form\SettingsForm.

Class

SettingsForm
Configures aggregator settings for this site.

Namespace

Drupal\aggregator\Form

Code

protected $definitions = array(
  'fetcher' => array(),
  'parser' => array(),
  'processor' => array(),
);