You are here

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

Class

WebformCompositeBase
Provides a base for composite elements.

Namespace

Drupal\webform\Plugin\WebformElement

Code

public function getExportAttachmentsBatchLimit() {
  return NULL;
}