You are here

public function WebformTableSelectSort::supportsMultipleValues in Webform 6.x

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

Checks if the element supports multiple values.

Return value

bool TRUE if the element supports multiple values.

Overrides WebformElementBase::supportsMultipleValues

File

src/Plugin/WebformElement/WebformTableSelectSort.php, line 41

Class

WebformTableSelectSort
Provides a 'webform_tableselect_sort' element.

Namespace

Drupal\webform\Plugin\WebformElement

Code

public function supportsMultipleValues() {
  return TRUE;
}