You are here

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

File

src/Plugin/WebformElement/WebformManagedFileBase.php, line 1475

Class

WebformManagedFileBase
Provides a base class webform 'managed_file' elements.

Namespace

Drupal\webform\Plugin\WebformElement

Code

public function getExportAttachmentsBatchLimit() {
  return NULL;
}