You are here

protected property ConfigSingleExportForm::$definitions in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/config/src/Form/ConfigSingleExportForm.php \Drupal\config\Form\ConfigSingleExportForm::definitions
  2. 10 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 51

Class

ConfigSingleExportForm
Provides a form for exporting a single configuration file.

Namespace

Drupal\config\Form

Code

protected $definitions = [];