You are here

public function WebformManagedFileBase::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/WebformManagedFileBase.php, line 1468

Class

WebformManagedFileBase
Provides a base class webform 'managed_file' elements.

Namespace

Drupal\webform\Plugin\WebformElement

Code

public function hasExportAttachments() {
  return FALSE;
}