You are here

public function TransactionOperationInterface::setDetails in Transaction 8

Sets the operation detail templates.

Parameters

string[] $details: (optional) Array with the new detail templates. Empty array by default.

Return value

\Drupal\transaction\TransactionOperationInterface The called transaction operation.

1 method overrides TransactionOperationInterface::setDetails()
TransactionOperation::setDetails in src/Entity/TransactionOperation.php
Sets the operation detail templates.

File

src/TransactionOperationInterface.php, line 56

Class

TransactionOperationInterface
Provides an interface defining a transaction operation.

Namespace

Drupal\transaction

Code

public function setDetails(array $details = []);