ConfigEntityIdLengthException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php
  2. 8.9.x core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php
  3. 10 core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php

Namespace

Drupal\Core\Config\Entity\Exception

File

core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php

View source
<?php

namespace Drupal\Core\Config\Entity\Exception;

use Drupal\Core\Config\ConfigException;

/**
 * Defines an exception thrown when a configuration entity ID is too long.
 */
class ConfigEntityIdLengthException extends ConfigException {

}

Classes

Title Deprecated Summary
ConfigEntityIdLengthException Defines an exception thrown when a configuration entity ID is too long.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.