You are here

protected property YamlFormSubmissionListBuilder::$format in YAML Form 8

The table's header and element format settings.

Type: array

File

src/YamlFormSubmissionListBuilder.php, line 80

Class

YamlFormSubmissionListBuilder
Provides a list controller for yamlform submission entity.

Namespace

Drupal\yamlform

Code

protected $format = [
  'header_format' => 'label',
  'element_format' => 'value',
];