You are here

public function WebformAttachmentBase::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

modules/webform_attachment/src/Plugin/WebformElement/WebformAttachmentBase.php, line 290

Class

WebformAttachmentBase
Provides a base class for 'webform_attachment' elements.

Namespace

Drupal\webform_attachment\Plugin\WebformElement

Code

public function hasExportAttachments() {
  return TRUE;
}