You are here

public function WebformElementAttachmentInterface::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.

3 methods override WebformElementAttachmentInterface::getExportAttachmentsBatchLimit()
WebformAttachmentBase::getExportAttachmentsBatchLimit in modules/webform_attachment/src/Plugin/WebformElement/WebformAttachmentBase.php
Get attachment export batch limit.
WebformCompositeBase::getExportAttachmentsBatchLimit in src/Plugin/WebformElement/WebformCompositeBase.php
Get attachment export batch limit.
WebformManagedFileBase::getExportAttachmentsBatchLimit in src/Plugin/WebformElement/WebformManagedFileBase.php
Get attachment export batch limit.

File

src/Plugin/WebformElementAttachmentInterface.php, line 69

Class

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

Namespace

Drupal\webform\Plugin

Code

public function getExportAttachmentsBatchLimit();