You are here

public function WebformElementInterface::hasMultipleWrapper in Webform 8.5

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

Checks if the element uses the 'webform_multiple' element.

Return value

bool TRUE if the element supports multiple values.

1 method overrides WebformElementInterface::hasMultipleWrapper()
WebformElementBase::hasMultipleWrapper in src/Plugin/WebformElementBase.php
Checks if the element uses the 'webform_multiple' element.

File

src/Plugin/WebformElementInterface.php, line 258

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function hasMultipleWrapper();