public function WebformEntityStorageInterface::getSerial in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformEntityStorageInterface.php \Drupal\webform\WebformEntityStorageInterface::getSerial()
Returns the next serial number for a webform's submission.
Return value
int The next serial number for a webform's submission.
1 method overrides WebformEntityStorageInterface::getSerial()
- WebformEntityStorage::getSerial in src/
WebformEntityStorage.php - Returns the next serial number for a webform's submission.
File
- src/
WebformEntityStorageInterface.php, line 63
Class
- WebformEntityStorageInterface
- Provides an interface for Webform storage.
Namespace
Drupal\webformCode
public function getSerial(WebformInterface $webform);