public function WebformSignature::getExportDefaultOptions in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElement/WebformSignature.php \Drupal\webform\Plugin\WebformElement\WebformSignature::getExportDefaultOptions()
Get an element's default export options.
Return value
array An associative array containing an element's default export options.
Overrides WebformElementBase::getExportDefaultOptions
File
- src/
Plugin/ WebformElement/ WebformSignature.php, line 196
Class
- WebformSignature
- Provides a 'signature' element.
Namespace
Drupal\webform\Plugin\WebformElementCode
public function getExportDefaultOptions() {
return [
'signature_format' => 'status',
];
}