You are here

public function TransactionInterface::getProperties in Transaction 8

Get a keyed array with all the transaction properties.

Return value

array Array with all defined properties. Empty array if no one defined.

1 method overrides TransactionInterface::getProperties()
Transaction::getProperties in src/Entity/Transaction.php
Get a keyed array with all the transaction properties.

File

src/TransactionInterface.php, line 220

Class

TransactionInterface
The interface for transaction entities.

Namespace

Drupal\transaction

Code

public function getProperties();