You are here

public property YamlFormHandler::$cardinality in YAML Form 8

The maximum number of instances allowed for this form handler.

Possible values are positive integers or \Drupal\yamlform\YamlFormHandlerInterface::CARDINALITY_UNLIMITED or \Drupal\yamlform\YamlFormHandlerInterface::CARDINALITY_SINGLE.

Type: int

File

src/Annotation/YamlFormHandler.php, line 71

Class

YamlFormHandler
Defines a form handler annotation object.

Namespace

Drupal\yamlform\Annotation

Code

public $cardinality = YamlFormHandlerInterface::CARDINALITY_UNLIMITED;