public function TransactionTypeInterface::setPluginId in Transaction 8
Set the transactor plugin.
Calling this method reset the current plugin and its settings.
Parameters
string $plugin_id: A string containing the flag type plugin ID.
Return value
\Drupal\transaction\TransactionTypeInterface The called transaction type.
1 method overrides TransactionTypeInterface::setPluginId()
- TransactionType::setPluginId in src/
Entity/ TransactionType.php - Set the transactor plugin.
File
- src/
TransactionTypeInterface.php, line 86
Class
- TransactionTypeInterface
- Provides an interface defining a type of transaction.
Namespace
Drupal\transactionCode
public function setPluginId($plugin_id);