public function WebformElementInterface::buildExportHeader in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::buildExportHeader()
Build an element's export header.
Parameters
array $element: An element.
array $options: An associative array of export options.
Return value
array An array containing the element's export headers.
See also
\Drupal\webform\WebformSubmissionExporterInterface::getDefaultExportOptions
1 method overrides WebformElementInterface::buildExportHeader()
- WebformElementBase::buildExportHeader in src/
Plugin/ WebformElementBase.php - Build an element's export header.
File
- src/
Plugin/ WebformElementInterface.php, line 734
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function buildExportHeader(array $element, array $options);