You are here

constant FieldStorageConfig::NAME_MAX_LENGTH in Drupal 8

Same name and namespace in other branches
  1. 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\Entity

Code

const NAME_MAX_LENGTH = 32;