public function TransactionService::__construct in Transaction 8
Constructor.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.
File
- src/
TransactionService.php, line 25
Class
- TransactionService
- Transaction service.
Namespace
Drupal\transactionCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}