constant FIELD_MULTIPLE_LIMIT_ALL in Field multiple limit 8
Same name and namespace in other branches
- 7 field_multiple_limit.module \FIELD_MULTIPLE_LIMIT_ALL
@todo how will this work with HTML5 number inputs? can we deprecate it?
1 use of FIELD_MULTIPLE_LIMIT_ALL
- field_multiple_limit_field_attach_view_alter in ./
field_multiple_limit.module - Implements hook_field_attach_view_alter().
File
- ./
field_multiple_limit.module, line 13 - Provides field formatter settings to limit the number of values to display on multi-value fields.
Code
define('FIELD_MULTIPLE_LIMIT_ALL', -1);