- 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
|
* @param $instance
|
||||||
* An associative array representing an instance structure. The required
|
* An associative array representing an instance structure. The required
|
||||||
* keys and values are:
|
* keys and values are:
|
||||||
* field_name: The name of an existing field.
|
* - entity_type: The type of the entity the field is attached to.
|
||||||
* bundle: The bundle this field belongs 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
|
* Read-only_id properties are assigned automatically. Any other
|
||||||
* properties specified in $instance overwrite the existing values for
|
* properties specified in $instance overwrite the existing values for
|
||||||
* the instance.
|
* the instance.
|
||||||
|
*
|
||||||
* @throw
|
* @throw
|
||||||
* FieldException
|
* FieldException
|
||||||
|
*
|
||||||
* @see field_create_instance()
|
* @see field_create_instance()
|
||||||
*/
|
*/
|
||||||
function field_update_instance($instance) {
|
function field_update_instance($instance) {
|
||||||
|
|
Loading…
Reference in New Issue