You are here

service scheduled_transitions.utility in Scheduled Transitions 2.x

Same name and namespace in other branches
  1. 8 scheduled_transitions.services.yml \scheduled_transitions.utility

Class

Drupal\scheduled_transitions\ScheduledTransitionsUtility
5 string references to scheduled_transitions.utility
ScheduledTransitionAddForm::create in src/Form/Entity/ScheduledTransitionAddForm.php
Instantiates a new instance of this class.
ScheduledTransitionsPermissions::create in src/ScheduledTransitionsPermissions.php
Instantiates a new instance of this class.
ScheduledTransitionsSettingsForm::create in src/Form/ScheduledTransitionsSettingsForm.php
Instantiates a new instance of this class.
ScheduledTransitionsUtilityTest::testGetApplicableBundles in tests/src/Kernel/ScheduledTransitionsUtilityTest.php
Tests applicable bundles helper.
ScheduledTransitionsUtilityTest::testGetBundles in tests/src/Kernel/ScheduledTransitionsUtilityTest.php
Tests enabled bundles helper.

File

./scheduled_transitions.services.yml
scheduled_transitions.services.yml

View source
  1. class: Drupal\scheduled_transitions\ScheduledTransitionsUtility
  2. arguments:
  3. - '@config.factory'
  4. - '@cache.default'
  5. - '@entity_type.manager'
  6. - '@entity_type.bundle.info'
  7. - '@content_moderation.moderation_information'
  8. - '@token'
  9. - '@string_translation'