You are here

class ConfigEntityIdLengthException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

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

}

Members