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