You are here

public function WebformElementAttachmentInterface::hasExportAttachments in Webform 6.x

Determine if the element type has export attachments.

Return value

boolearn TRUE if the element type has export attachments.

3 methods override WebformElementAttachmentInterface::hasExportAttachments()
WebformAttachmentBase::hasExportAttachments in modules/webform_attachment/src/Plugin/WebformElement/WebformAttachmentBase.php
Determine if the element type has export attachments.
WebformCompositeBase::hasExportAttachments in src/Plugin/WebformElement/WebformCompositeBase.php
Determine if the element type has export attachments.
WebformManagedFileBase::hasExportAttachments in src/Plugin/WebformElement/WebformManagedFileBase.php
Determine if the element type has export attachments.

File

src/Plugin/WebformElementAttachmentInterface.php, line 61

Class

WebformElementAttachmentInterface
Defines the interface for webform elements can provide email attachments.

Namespace

Drupal\webform\Plugin

Code

public function hasExportAttachments();