protected property SettingsForm::$configurableInstances in Drupal 8
Same name and namespace in other branches
- 9 core/modules/aggregator/src/Form/SettingsForm.php \Drupal\aggregator\Form\SettingsForm::configurableInstances
The instantiated plugin instances that have configuration forms.
Type: \Drupal\Core\Plugin\PluginFormInterface[]
File
- core/
modules/ aggregator/ src/ Form/ SettingsForm.php, line 33
Class
- SettingsForm
- Configures aggregator settings for this site.
Namespace
Drupal\aggregator\FormCode
protected $configurableInstances = [];