You are here

public function TransactionInterface::getDescription in Transaction 8

Returns the transaction description.

Transactors compose the description based on the transaction data.

Parameters

bool $reset: Forces to recompose the transaction description.

Return value

string The transaction description.

1 method overrides TransactionInterface::getDescription()
Transaction::getDescription in src/Entity/Transaction.php
Returns the transaction description.

File

src/TransactionInterface.php, line 175

Class

TransactionInterface
The interface for transaction entities.

Namespace

Drupal\transaction

Code

public function getDescription($reset = FALSE);