class ConfigDuplicateUUIDException
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php \Drupal\Core\Config\ConfigDuplicateUUIDException
- 10 core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php \Drupal\Core\Config\ConfigDuplicateUUIDException
- 11.x 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 extends \Drupal\Core\Config\ConfigException
Expanded class hierarchy of ConfigDuplicateUUIDException
3 files declare their use of ConfigDuplicateUUIDException
- ConfigEntityBase.php in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - ConfigEntityStorageTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigEntityStorageTest.php - ConfigEntityStorageTest.php in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityStorageTest.php
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigDuplicateUUIDException.php, line 8
Namespace
Drupal\Core\ConfigView source
class ConfigDuplicateUUIDException extends ConfigException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.