You are here

public function TransactionInterface::setExecutionSequence in Transaction 8

Sets the execution sequence number.

Parameters

int|null $execution_sequence: The execution sequence number, NULL to unset the existing value.

Return value

\Drupal\transaction\TransactionInterface The called transaction.

Throws

\InvalidArgumentException When the sequence number is lower than 1.

1 method overrides TransactionInterface::setExecutionSequence()
Transaction::setExecutionSequence in src/Entity/Transaction.php
Sets the execution sequence number.

File

src/TransactionInterface.php, line 314

Class

TransactionInterface
The interface for transaction entities.

Namespace

Drupal\transaction

Code

public function setExecutionSequence($execution_sequence);