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\yamlformCode
protected $format = [
'header_format' => 'label',
'element_format' => 'value',
];