You are here

public property WebformHandler::$cardinality in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Annotation/WebformHandler.php \Drupal\webform\Annotation\WebformHandler::cardinality

The maximum number of instances allowed for this webform handler.

Possible values are positive integers or \Drupal\webform\Plugin\WebformHandlerInterface::CARDINALITY_UNLIMITED or \Drupal\webform\Plugin\WebformHandlerInterface::CARDINALITY_SINGLE.

Type: int

File

src/Annotation/WebformHandler.php, line 71

Class

WebformHandler
Defines a webform handler annotation object.

Namespace

Drupal\webform\Annotation

Code

public $cardinality = WebformHandlerInterface::CARDINALITY_UNLIMITED;