You are here

public function WebformEntityStorageInterface::setNextSerial in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformEntityStorageInterface.php \Drupal\webform\WebformEntityStorageInterface::setNextSerial()

Set the next serial number.

Parameters

\Drupal\webform\WebformInterface $webform: A webform.

int $next_serial: The next serial number.

1 method overrides WebformEntityStorageInterface::setNextSerial()
WebformEntityStorage::setNextSerial in src/WebformEntityStorage.php
Set the next serial number.

File

src/WebformEntityStorageInterface.php, line 55

Class

WebformEntityStorageInterface
Provides an interface for Webform storage.

Namespace

Drupal\webform

Code

public function setNextSerial(WebformInterface $webform, $next_serial);