You are here

constant WebformMultiple::CARDINALITY_UNLIMITED in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Element/WebformMultiple.php \Drupal\webform\Element\WebformMultiple::CARDINALITY_UNLIMITED

Value indicating a element accepts an unlimited number of values.

File

src/Element/WebformMultiple.php, line 23

Class

WebformMultiple
Provides a webform element to assist in creation of multiple elements.

Namespace

Drupal\webform\Element

Code

const CARDINALITY_UNLIMITED = -1;