Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal