You are here

public function TransactionTypeInterface::getPlugin in Transaction 8

Gets the transactor plugin for this transaction type.

Return value

\Drupal\transaction\TransactorPluginInterface The transactor plugin.

1 method overrides TransactionTypeInterface::getPlugin()
TransactionType::getPlugin in src/Entity/TransactionType.php
Gets the transactor plugin for this transaction type.

File

src/TransactionTypeInterface.php, line 113

Class

TransactionTypeInterface
Provides an interface defining a type of transaction.

Namespace

Drupal\transaction

Code

public function getPlugin();