public function TransactionTypeInterface::getPluginSettings in Transaction 8
Gets the plugin settings.
Return value
array A key-value map of settings. Empty array if no settings.
1 method overrides TransactionTypeInterface::getPluginSettings()
- TransactionType::getPluginSettings in src/
Entity/ TransactionType.php - Gets the plugin settings.
File
- src/
TransactionTypeInterface.php, line 94
Class
- TransactionTypeInterface
- Provides an interface defining a type of transaction.
Namespace
Drupal\transactionCode
public function getPluginSettings();