You are here

public function TransactionOperation::getDetails in Transaction 8

Gets the current detail templates.

Return value

string[] Array with the detail templates. Empty array if none set.

Overrides TransactionOperationInterface::getDetails

File

src/Entity/TransactionOperation.php, line 111

Class

TransactionOperation
Transaction operations provide templates that describe transactions.

Namespace

Drupal\transaction\Entity

Code

public function getDetails() {
  return $this->details;
}