constant FIELD_STORAGE_INSERT

Argument for an insert operation.

This is used in hook_field_storage_write when inserting a new entity.

Related topics

File

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

Code

define('FIELD_STORAGE_INSERT', 'insert')

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!field!field.attach.inc/constant/FIELD_STORAGE_INSERT/7.x