You are here

public function TransactionTypeInterface::getOptions in Transaction 8

Gets a map of all defined options.

Return value

array Current options keyed by it name. Empty array if no options set.

1 method overrides TransactionTypeInterface::getOptions()
TransactionType::getOptions in src/Entity/TransactionType.php
Gets a map of all defined options.

File

src/TransactionTypeInterface.php, line 134

Class

TransactionTypeInterface
Provides an interface defining a type of transaction.

Namespace

Drupal\transaction

Code

public function getOptions();