Skip to content
Commit 464bdf58 authored by Jonathan Chaffer's avatar Jonathan Chaffer
Browse files

The first of two field API changes.

Added a $node_field parameter to hook_field() and hook_widget(). This eases
a very common pattern of getting and setting this value. While $node is still
passed by reference, fields should *not* modify it. Instead, modify $node_field
which is saved back automatically.
parent aeb7c42f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment