You are here

public function Sequence::getStoreId in Commerce Core 8.2

Gets the store ID.

Return value

int The store ID, or 0 if the sequence is not store specific.

File

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

Class

Sequence
Represents a sequence.

Namespace

Drupal\commerce_number_pattern

Code

public function getStoreId() : int {
  return $this->storeId;
}