class ConfigPrefixLengthException in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php \Drupal\Core\Config\ConfigPrefixLengthException
- 9 core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php \Drupal\Core\Config\ConfigPrefixLengthException
Exception thrown when the config prefix length is exceeded.
Hierarchy
- class \Drupal\Core\Config\ConfigPrefixLengthException extends \Drupal\Core\Config\ConfigException
Expanded class hierarchy of ConfigPrefixLengthException
1 file declares its use of ConfigPrefixLengthException
- ConfigEntityType.php in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityType.php
File
- core/
lib/ Drupal/ Core/ Config/ ConfigPrefixLengthException.php, line 8
Namespace
Drupal\Core\ConfigView source
class ConfigPrefixLengthException extends ConfigException {
}