You are here

function content_field_read in Content Construction Kit (CCK) 5

Load a field.

Parameters

$properties: An array of properties to use in selecting a field. Valid keys:

  • '' -

Return value

The field array.

File

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

Code

function content_field_read($properties) {

  // TODO
}