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);
?>

Related topics

Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.