You are here

public function WebformEntityStorageInterface::getMaxSerial in Webform 8.5

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

Returns a webform's max serial number.

Parameters

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

Return value

int The next serial number.

1 method overrides WebformEntityStorageInterface::getMaxSerial()
WebformEntityStorage::getMaxSerial in src/WebformEntityStorage.php
Returns a webform's max serial number.

File

src/WebformEntityStorageInterface.php, line 74

Class

WebformEntityStorageInterface
Provides an interface for Webform storage.

Namespace

Drupal\webform

Code

public function getMaxSerial(WebformInterface $webform);