You are here

public function WebformEntityStorageInterface::getNextSerial in Webform 8.5

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

Returns the next serial number.

Return value

int The next serial number.

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

File

src/WebformEntityStorageInterface.php, line 45

Class

WebformEntityStorageInterface
Provides an interface for Webform storage.

Namespace

Drupal\webform

Code

public function getNextSerial(WebformInterface $webform);