You are here

public function WebformSubmissionStorageInterface::purge in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformSubmissionStorageInterface.php \Drupal\webform\WebformSubmissionStorageInterface::purge()

Purge webform submissions.

Parameters

int $count: Amount of webform submissions to purge.

1 method overrides WebformSubmissionStorageInterface::purge()
WebformSubmissionStorage::purge in src/WebformSubmissionStorage.php
Purge webform submissions.

File

src/WebformSubmissionStorageInterface.php, line 545

Class

WebformSubmissionStorageInterface
Defines an interface for webform submission classes.

Namespace

Drupal\webform

Code

public function purge($count);