constant FieldStorageConfig::NAME_MAX_LENGTH in Drupal 8
Same name and namespace in other branches
- 9 core/modules/field/src/Entity/FieldStorageConfig.php \Drupal\field\Entity\FieldStorageConfig::NAME_MAX_LENGTH
The maximum length of the field name, in characters.
For fields created through Field UI, this includes the 'field_' prefix.
File
- core/
modules/ field/ src/ Entity/ FieldStorageConfig.php, line 59
Class
- FieldStorageConfig
- Defines the Field storage configuration entity.
Namespace
Drupal\field\EntityCode
const NAME_MAX_LENGTH = 32;