constant FIELD_STORAGE_UPDATE

Argument for an update operation.

This is used in hook_field_storage_write when updating an existing entity.

Related topics

4 uses of FIELD_STORAGE_UPDATE

File

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

Code

const FIELD_STORAGE_UPDATE = 'update';