class ConfigImporterException
Same name in other branches
- 9 core/lib/Drupal/Core/Config/ConfigImporterException.php \Drupal\Core\Config\ConfigImporterException
- 8.9.x 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 extends \Drupal\Core\Config\ConfigException
Expanded class hierarchy of ConfigImporterException
9 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 - ConfigImportThemeInstallTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ConfigImportThemeInstallTest.php - ConfigSingleImportForm.php in core/
modules/ config/ src/ Form/ ConfigSingleImportForm.php
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigImporterException.php, line 8
Namespace
Drupal\Core\ConfigView source
class ConfigImporterException extends ConfigException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.