You are here

public function WebformElementInterface::getExportDefaultOptions in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getExportDefaultOptions()

Get an element's default export options.

Return value

array An associative array containing an element's default export options.

1 method overrides WebformElementInterface::getExportDefaultOptions()
WebformElementBase::getExportDefaultOptions in src/Plugin/WebformElementBase.php
Get an element's default export options.

File

src/Plugin/WebformElementInterface.php, line 691

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getExportDefaultOptions();