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
- field_attach_insert in modules/
field/ field.attach.inc - Save field data for a new entity.
File
-
modules/
field/ field.attach.inc, line 65
Code
define('FIELD_STORAGE_INSERT', 'insert');
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.