You are here

function content_field_instance_create in Content Construction Kit (CCK) 5

Same name and namespace in other branches
  1. 6.3 includes/content.crud.inc \content_field_instance_create()
  2. 6 includes/content.crud.inc \content_field_instance_create()
  3. 6.2 includes/content.crud.inc \content_field_instance_create()

Create a new field instance.

Parameters

$properties: An array of properties to load the field instance with. Valid keys:

  • '' -

Return value

The ID of the newly-created field instance.

File

./content_crud.inc, line 273
Create/Read/Update/Delete functions for CCK-defined object types.

Code

function content_field_instance_create($properties) {

  // TODO
}