class ConfigEntityIdLengthException
Same name in other branches
- 9 core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php \Drupal\Core\Config\Entity\Exception\ConfigEntityIdLengthException
- 8.9.x core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php \Drupal\Core\Config\Entity\Exception\ConfigEntityIdLengthException
- 10 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 extends \Drupal\Core\Config\ConfigException
Expanded class hierarchy of ConfigEntityIdLengthException
5 files declare their use of ConfigEntityIdLengthException
- ConfigEntityStorage.php in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php - ConfigEntityTest.php in core/
modules/ config/ tests/ src/ Functional/ ConfigEntityTest.php - EntityBase.php in core/
lib/ Drupal/ Core/ Entity/ EntityBase.php - KeyValueEntityStorage.php in core/
lib/ Drupal/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorage.php - MenuStorageTest.php in core/
modules/ system/ tests/ src/ Kernel/ Menu/ MenuStorageTest.php
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ Exception/ ConfigEntityIdLengthException.php, line 10
Namespace
Drupal\Core\Config\Entity\ExceptionView source
class ConfigEntityIdLengthException extends ConfigException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.