constant FIELD_BEHAVIOR_DEFAULT

Value for field API concerning widget default and multiple value settings.

When used in a widget default context, indicates the widget accepts default values. When used in a multiple value context for a widget that allows the input of one single field value, indicates that the widget will be repeated for each value input.

See also

hook_field_widget_info()

Related topics

File

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

Code

define('FIELD_BEHAVIOR_DEFAULT', 0x0002)

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!field!field.module/constant/FIELD_BEHAVIOR_DEFAULT/7.x