FIELD_CARDINALITY_UNLIMITED
in modules/field/field.module
Value for $field['cardinality'] property to indicate it can hold an unlimited number of values.
<?php
define('FIELD_CARDINALITY_UNLIMITED', -1);
?>
in modules/field/field.module
Value for $field['cardinality'] property to indicate it can hold an unlimited number of values.
<?php
define('FIELD_CARDINALITY_UNLIMITED', -1);
?>