You are here

public function Table::getItemDefaultFormat in Webform 6.x

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

Class

Table
Provides a 'table' element.

Namespace

Drupal\webform\Plugin\WebformElement

Code

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