FIELD_BEHAVIOR_CUSTOM

  1. drupal
    1. 7 modules/field/field.module
    2. 8 core/modules/field/field.module

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

See also

hook_field_widget_info()

File

modules/field/field.module, line 262
Attach custom data fields to Drupal entities.

Code

define('FIELD_BEHAVIOR_CUSTOM', 0x0004)

Related topics

Login or register to post comments