The maximum length of ID, in characters.
File
- core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 20
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\Entity
Code
const ID_MAX_LENGTH = 32;
Please login to continue.