You are here

public function WebformTableSort::getItemDefaultFormat in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElement/WebformTableSort.php \Drupal\webform\Plugin\WebformElement\WebformTableSort::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/WebformTableSort.php, line 54

Class

WebformTableSort
Provides a 'webform_table_sort' element.

Namespace

Drupal\webform\Plugin\WebformElement

Code

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