You are here

public function YamlFormSubmission::serial in YAML Form 8

Gets the serial number.

Return value

int The serial number.

Overrides YamlFormSubmissionInterface::serial

1 call to YamlFormSubmission::serial()
YamlFormSubmission::label in src/Entity/YamlFormSubmission.php
Gets the label of the entity.

File

src/Entity/YamlFormSubmission.php, line 194

Class

YamlFormSubmission
Defines the YamlFormSubmission entity.

Namespace

Drupal\yamlform\Entity

Code

public function serial() {
  return $this->serial->value;
}