You are here

public function WebformElementInterface::supportsMultipleValues in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::supportsMultipleValues()

Checks if the element supports multiple values.

Return value

bool TRUE if the element supports multiple values.

1 method overrides WebformElementInterface::supportsMultipleValues()
WebformElementBase::supportsMultipleValues in src/Plugin/WebformElementBase.php
Checks if the element supports multiple values.

File

src/Plugin/WebformElementInterface.php, line 250

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function supportsMultipleValues();