You are here

public function WebformElementInterface::hasMultipleValues in Webform 8.5

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

Checks if the element value has multiple values.

Parameters

array $element: An element.

Return value

bool TRUE if the element value has multiple values.

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

File

src/Plugin/WebformElementInterface.php, line 269

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function hasMultipleValues(array $element);