class ConfigImporterException in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Config/ConfigImporterException.php \Drupal\Core\Config\ConfigImporterException
- 10 core/lib/Drupal/Core/Config/ConfigImporterException.php \Drupal\Core\Config\ConfigImporterException
Exception thrown when a config import fails.
Hierarchy
- class \Drupal\Core\Config\ConfigException extends \Drupal\Core\Config\RuntimeException
- class \Drupal\Core\Config\ConfigImporterException
Expanded class hierarchy of ConfigImporterException
7 files declare their use of ConfigImporterException
- ConfigEntityStorage.php in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php - ConfigImporterTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - ConfigImportRenameValidationTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImportRenameValidationTest.php - ConfigSingleImportForm.php in core/
modules/ config/ src/ Form/ ConfigSingleImportForm.php - ConfigSync.php in core/
modules/ config/ src/ Form/ ConfigSync.php
File
- core/
lib/ Drupal/ Core/ Config/ ConfigImporterException.php, line 8
Namespace
Drupal\Core\ConfigView source
class ConfigImporterException extends ConfigException {
}