The total number of configuration objects to process.
Type: int
File
- core/lib/Drupal/Core/Config/ConfigImporter.php, line 152
Class
- ConfigImporter
- Defines a configuration importer.
Namespace
Drupal\Core\Config
Code
1 | protected $totalConfigurationToProcess = 0; |
Please login to continue.