FIELD_STORAGE_UPDATE

  1. drupal
    1. 7 modules/field/field.attach.inc
    2. 8 core/modules/field/field.attach.inc

Argument for an update operation.

This is used in hook_field_storage_write when updating an existing entity.

File

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

Code

define('FIELD_STORAGE_UPDATE', 'update')

Related topics

Login or register to post comments