You are here

public function Sequence::getGeneratedTime in Commerce Core 8.2

Gets the generated timestamp.

Return value

int The generated timestamp.

File

modules/number_pattern/src/Sequence.php, line 64

Class

Sequence
Represents a sequence.

Namespace

Drupal\commerce_number_pattern

Code

public function getGeneratedTime() : int {
  return $this->generated;
}