You are here

public function WebformTableSelectSort::getItemDefaultFormat in Webform 8.5

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

Get an element's default single value format name.

Return value

string An element's default single value format name.

Overrides WebformElementBase::getItemDefaultFormat

File

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

Class

WebformTableSelectSort
Provides a 'webform_tableselect_sort' element.

Namespace

Drupal\webform\Plugin\WebformElement

Code

public function getItemDefaultFormat() {
  return 'ol';
}