- Patch #948116 by amateescu: field_update_instance() doxygen is broken.
parent
bcc0741b67
commit
738ef0e6eb
|
@ -700,13 +700,16 @@ function field_create_instance($instance) {
|
|||
* @param $instance
|
||||
* An associative array representing an instance structure. The required
|
||||
* keys and values are:
|
||||
* field_name: The name of an existing field.
|
||||
* bundle: The bundle this field belongs to.
|
||||
* - entity_type: The type of the entity the field is attached to.
|
||||
* - bundle: The bundle this field belongs to.
|
||||
* - field_name: The name of an existing field.
|
||||
* Read-only_id properties are assigned automatically. Any other
|
||||
* properties specified in $instance overwrite the existing values for
|
||||
* the instance.
|
||||
*
|
||||
* @throw
|
||||
* FieldException
|
||||
*
|
||||
* @see field_create_instance()
|
||||
*/
|
||||
function field_update_instance($instance) {
|
||||
|
|
Loading…
Reference in New Issue