constant FIELD_BEHAVIOR_CUSTOM

Value for field API indicating a widget can receive several field values.

See also

hook_field_widget_info()

Related topics

File

drupal/core/modules/field/field.module, line 113
Attach custom data fields to Drupal entities.

Code

const FIELD_BEHAVIOR_CUSTOM = 0x4;