We need to support partial updates, ie. calls to hook_field_storage_write() in which $object doesn't contain all the possible fields for that object.
We can probably use $set for that, but I'm not completely sure it is wise to do so.
We need to support partial updates, ie. calls to hook_field_storage_write() in which $object doesn't contain all the possible fields for that object.
We can probably use $set for that, but I'm not completely sure it is wise to do so.
Comments
Comment #1
chx commentedI am completely sure it's not supported by core so we shouldn't support this either.