protected property WebformSubmissionListBuilder::$format in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformSubmissionListBuilder.php \Drupal\webform\WebformSubmissionListBuilder::format
The table's header and element format settings.
Type: array
File
- src/
WebformSubmissionListBuilder.php, line 169
Class
- WebformSubmissionListBuilder
- Provides a list controller for webform submission entity.
Namespace
Drupal\webformCode
protected $format = [
'header_format' => 'label',
'element_format' => 'value',
];