You are here

public function TransactionTypeInterface::setOptions in Transaction 8

Sets the transaction type options, replacing the currently set.

Parameters

array $options: The new set of options.

Return value

\Drupal\transaction\TransactionTypeInterface The called transaction type.

1 method overrides TransactionTypeInterface::setOptions()
TransactionType::setOptions in src/Entity/TransactionType.php
Sets the transaction type options, replacing the currently set.

File

src/TransactionTypeInterface.php, line 158

Class

TransactionTypeInterface
Provides an interface defining a type of transaction.

Namespace

Drupal\transaction

Code

public function setOptions(array $options);