You are here

public function TransactionOperationInterface::getDetails in Transaction 8

Gets the current detail templates.

Return value

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

1 method overrides TransactionOperationInterface::getDetails()
TransactionOperation::getDetails in src/Entity/TransactionOperation.php
Gets the current detail templates.

File

src/TransactionOperationInterface.php, line 45

Class

TransactionOperationInterface
Provides an interface defining a transaction operation.

Namespace

Drupal\transaction

Code

public function getDetails();