You are here

constant ECK_ENTITY_ID_MAX_LENGTH in Entity Construction Kit (ECK) 8

Defines the max length of entity id machine name.

2 uses of ECK_ENTITY_ID_MAX_LENGTH
EckEntityType::preSave in src/Entity/EckEntityType.php
Acts on an entity before the presave hook is invoked.
EckEntityTypeAddForm::buildForm in src/Form/EntityType/EckEntityTypeAddForm.php
Form constructor.

File

./eck.module, line 33
Contains hook implementations.

Code

const ECK_ENTITY_ID_MAX_LENGTH = 27;