You are here

public function WebformEntityPrintAttachment::getExportAttachmentsBatchLimit in Webform 6.x

Get attachment export batch limit.

Return value

int|NULL Batch limit or NULL if the batch limit should not be overidden.

Overrides WebformAttachmentBase::getExportAttachmentsBatchLimit

File

modules/webform_entity_print_attachment/src/Plugin/WebformElement/WebformEntityPrintAttachment.php, line 128

Class

WebformEntityPrintAttachment
Provides a 'webform_entity_print_attachment' element.

Namespace

Drupal\webform_entity_print_attachment\Plugin\WebformElement

Code

public function getExportAttachmentsBatchLimit() {
  return 10;
}