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