constant FIELD_STORAGE_INSERT

Argument for an insert operation.

This is used in hook_field_storage_write when inserting a new entity.

Related topics

1 use of FIELD_STORAGE_INSERT

File

drupal/core/modules/field/field.attach.inc, line 46
Field attach API, allowing entities (nodes, users, ...) to be 'fieldable'.

Code

const FIELD_STORAGE_INSERT = 'insert';