Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php \Drupal\Core\Config\Entity\Exception\ConfigEntityIdLengthException
  2. 9 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

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\Exception
View source
class ConfigEntityIdLengthException extends ConfigException {

}

Members