You are here

public function WebformCompositeBase::hasExportAttachments in Webform 6.x

Determine if the element type has export attachments.

Return value

boolearn TRUE if the element type has export attachments.

Overrides WebformElementAttachmentInterface::hasExportAttachments

File

src/Plugin/WebformElement/WebformCompositeBase.php, line 1559

Class

WebformCompositeBase
Provides a base for composite elements.

Namespace

Drupal\webform\Plugin\WebformElement

Code

public function hasExportAttachments() {
  return FALSE;
}