protected property ConfigSingleExportForm::$definitions in Drupal 10
Same name and namespace in other branches
- 8 core/modules/config/src/Form/ConfigSingleExportForm.php \Drupal\config\Form\ConfigSingleExportForm::definitions
- 9 core/modules/config/src/Form/ConfigSingleExportForm.php \Drupal\config\Form\ConfigSingleExportForm::definitions
Tracks the valid config entity type definitions.
Type: \Drupal\Core\Entity\EntityTypeInterface[]
File
- core/
modules/ config/ src/ Form/ ConfigSingleExportForm.php, line 42
Class
- ConfigSingleExportForm
- Provides a form for exporting a single configuration file.
Namespace
Drupal\config\FormCode
protected $definitions = [];