You are here

public function WebformSubmissionStorageInterface::purge in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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 546

Class

WebformSubmissionStorageInterface
Defines an interface for webform submission classes.

Namespace

Drupal\webform

Code

public function purge($count);