You are here

service transaction in Transaction 8

Class

Drupal\transaction\TransactionService
23 string references to transaction
BalanceTransactionTest::prepareTransactionAmountField in tests/src/Kernel/BalanceTransactionTest.php
Creates the amount field in the transaction entity type.
BalanceTransactionTest::prepareTransactionBalanceField in tests/src/Kernel/BalanceTransactionTest.php
Creates the balance field in the transaction entity type.
core.entity_view_mode.transaction.list.yml in config/install/core.entity_view_mode.transaction.list.yml
config/install/core.entity_view_mode.transaction.list.yml
KernelTransactionTestBase::prepareTargetEntityLastTransactionField in tests/src/Kernel/KernelTransactionTestBase.php
Creates an entity reference field to the latest executed transaction.
KernelTransactionTestBase::setUp in tests/src/Kernel/KernelTransactionTestBase.php

... See full list

File

./transaction.services.yml
transaction.services.yml

View source
  1. class: Drupal\transaction\TransactionService
  2. arguments:
  3. - '@entity_type.manager'