class ConfigEntityIdLengthException
Defines an exception thrown when a configuration entity ID is too long.
Hierarchy
- class \Drupal\Core\Config\ConfigException extends \Drupal\Core\Config\RuntimeException
- class \Drupal\Core\Config\Entity\Exception\ConfigEntityIdLengthException extends \Drupal\Core\Config\ConfigException
Expanded class hierarchy of ConfigEntityIdLengthException
3 files declare their use of ConfigEntityIdLengthException
- ConfigEntityStorage.php in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php - EntityBase.php in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - KeyValueEntityStorage.php in core/
lib/ Drupal/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorage.php
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ Exception/ ConfigEntityIdLengthException.php, line 10
Namespace
Drupal\Core\Config\Entity\ExceptionView source
class ConfigEntityIdLengthException extends ConfigException {
}