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
- field_attach_update in modules/
field/ field.attach.inc - Save field data for an existing entity.
- field_sql_storage_field_storage_write in modules/
field/ modules/ field_sql_storage/ field_sql_storage.module - Implements hook_field_storage_write().
- field_test_field_storage_write in modules/
field/ tests/ field_test.storage.inc - Implements hook_field_storage_write().
- hook_field_storage_write in modules/
field/ field.api.php - Write field data for an entity.
File
-
modules/
field/ field.attach.inc, line 58
Code
define('FIELD_STORAGE_UPDATE', 'update');
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.