class ConfigDuplicateUUIDException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php \Drupal\Core\Config\ConfigDuplicateUUIDException
Exception thrown when a config object UUID causes a conflict.
Hierarchy
- class \Drupal\Core\Config\ConfigException extends \Drupal\Core\Config\RuntimeException
- class \Drupal\Core\Config\ConfigDuplicateUUIDException
Expanded class hierarchy of ConfigDuplicateUUIDException
2 files declare their use of ConfigDuplicateUUIDException
- ConfigEntityBase.php in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - Contains \Drupal\Core\Config\Entity\ConfigEntityBase.
- ConfigEntityStorageTest.php in core/
modules/ config/ src/ Tests/ ConfigEntityStorageTest.php - Contains \Drupal\config\Tests\ConfigEntityStorageTest.
File
- core/
lib/ Drupal/ Core/ Config/ ConfigDuplicateUUIDException.php, line 13 - Contains \Drupal\Core\Config\ConfigDuplicateUUIDException.
Namespace
Drupal\Core\ConfigView source
class ConfigDuplicateUUIDException extends ConfigException {
}