You are here

public function TransactionType::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.

Overrides TransactionTypeInterface::getOptions

File

src/Entity/TransactionType.php, line 211

Class

TransactionType
Provides a type of transaction.

Namespace

Drupal\transaction\Entity

Code

public function getOptions() {
  return $this->options;
}