public function TransactionTypeInterface::getPluginId in Transaction 8
Gets the transactor plugin ID for this transaction type.
Return value
string The transactor plugin ID.
1 method overrides TransactionTypeInterface::getPluginId()
- TransactionType::getPluginId in src/
Entity/ TransactionType.php - Gets the transactor plugin ID for this transaction type.
File
- src/
TransactionTypeInterface.php, line 73
Class
- TransactionTypeInterface
- Provides an interface defining a type of transaction.
Namespace
Drupal\transactionCode
public function getPluginId();