class ConfigEntityIdLengthException in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php \Drupal\Core\Config\Entity\Exception\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
Expanded class hierarchy of ConfigEntityIdLengthException
4 files declare their use of ConfigEntityIdLengthException
- ConfigEntityStorage.php in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php - Contains \Drupal\Core\Config\Entity\ConfigEntityStorage.
- ConfigEntityTest.php in core/
modules/ config/ src/ Tests/ ConfigEntityTest.php - Contains \Drupal\config\Tests\ConfigEntityTest.
- Entity.php in core/
lib/ Drupal/ Core/ Entity/ Entity.php - Contains \Drupal\Core\Entity\Entity.
- KeyValueEntityStorage.php in core/
lib/ Drupal/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorage.php - Contains \Drupal\Core\Entity\KeyValueStore\KeyValueEntityStorage.
File
- core/
lib/ Drupal/ Core/ Config/ Entity/ Exception/ ConfigEntityIdLengthException.php, line 15 - Contains \Drupal\Core\Config\Entity\Exception\ConfigEntityIdLengthException.
Namespace
Drupal\Core\Config\Entity\ExceptionView source
class ConfigEntityIdLengthException extends ConfigException {
}