public function TransactionTypeInterface::setPluginSettings in Transaction 8
Sets the plugin settings.
Parameters
array $settings: A key-value map with the settings.
Return value
\Drupal\transaction\TransactionTypeInterface The called transaction type.
1 method overrides TransactionTypeInterface::setPluginSettings()
- TransactionType::setPluginSettings in src/
Entity/ TransactionType.php - Sets the plugin settings.
File
- src/
TransactionTypeInterface.php, line 105
Class
- TransactionTypeInterface
- Provides an interface defining a type of transaction.
Namespace
Drupal\transactionCode
public function setPluginSettings(array $settings);