service tmgmt.job_checkout_manager

Class

Drupal\tmgmt\JobCheckoutManager
2 string references to tmgmt.job_checkout_manager
JobForm::create in src/Form/JobForm.php
TMGMTUiTest::testCheckoutFunction in tests/src/Functional/TMGMTUiTest.php
Tests the tmgmt_job_checkout() function.

File

./tmgmt.services.yml
tmgmt.services.yml

View source
  1. class: Drupal\tmgmt\JobCheckoutManager
  2. arguments:
  3. - '@request_stack'
  4. - '@tmgmt.queue'
  5. - '@module_handler'
  6. - '@config.factory'
  7. - '@entity_type.manager'