You are here

transaction.services.yml in Transaction 8

File

transaction.services.yml
View source
  1. services:
  2. transaction:
  3. class: Drupal\transaction\TransactionService
  4. arguments: ['@entity_type.manager']
  5. plugin.manager.transaction.transactor:
  6. class: Drupal\transaction\TransactorPluginManager
  7. arguments: ['@container.namespaces', '@cache.discovery', '@module_handler']
  8. transaction.route_subscriber:
  9. class: Drupal\transaction\Routing\RouteSubscriber
  10. arguments: ['@entity_type.manager']
  11. tags:
  12. - { name: event_subscriber }
  13. transaction.applicable_transaction_access:
  14. class: Drupal\transaction\Access\ApplicableTransactionAccess
  15. arguments: ['@current_route_match', '@request_stack', '@entity_type.manager']
  16. tags:
  17. - { name: access_check, applies_to: _applicable_transaction_type }