You are here

constant WebformHandlerInterface::CARDINALITY_SINGLE in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::CARDINALITY_SINGLE

Value indicating a single plugin instances are permitted.

File

src/Plugin/WebformHandlerInterface.php, line 33

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

const CARDINALITY_SINGLE = 1;