File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2020 "require" : {
2121 "php" : " ^8.0" ,
2222 "drupal/advancedqueue" : " ^1.0" ,
23- "drush/drush" : " ^10.6 " ,
23+ "drush/drush" : " ^10 || ^11 " ,
2424 "drupal/webform" : " ^6.0"
2525 },
2626 "require-dev" : {
Original file line number Diff line number Diff line change 22
33namespace Drupal \os2forms_failed_jobs \Controller ;
44
5+ use Drupal \Core \Controller \ControllerBase ;
6+ use Drupal \Core \Entity \EntityTypeManager ;
7+ use Drupal \Core \Render \RendererInterface ;
58use Drupal \Core \StringTranslation \TranslatableMarkup ;
69use Drupal \os2forms_failed_jobs \Helper \Helper ;
7- use Symfony \Component \DependencyInjection \ContainerInterface ;
8- use Drupal \Core \Controller \ControllerBase ;
910use Drupal \views \Views ;
10- use Drupal \ Core \ Entity \ EntityTypeManager ;
11+ use Symfony \ Component \ DependencyInjection \ ContainerInterface ;
1112use Symfony \Component \HttpFoundation \RequestStack ;
12- use Drupal \Core \Render \RendererInterface ;
1313
1414/**
1515 * Controller for handling failed jobs.
Original file line number Diff line number Diff line change 44
55use Drupal \advancedqueue \Event \AdvancedQueueEvents ;
66use Drupal \advancedqueue \Event \JobEvent ;
7- use Symfony \Component \EventDispatcher \EventSubscriberInterface ;
87use Drupal \os2forms_failed_jobs \Helper \Helper ;
8+ use Symfony \Component \EventDispatcher \EventSubscriberInterface ;
99
1010/**
1111 * Subscribe to AdvancedQueue processing events.
Original file line number Diff line number Diff line change 77use Drupal \advancedqueue \Plugin \AdvancedQueue \Backend \Database ;
88use Drupal \Core \Database \Connection ;
99use Drupal \Core \Entity \EntityTypeManager ;
10- use Drupal \Core \StringTranslation \TranslatableMarkup ;
11- use Symfony \Component \DependencyInjection \ContainerInterface ;
1210use Drupal \Core \Form \ConfirmFormBase ;
1311use Drupal \Core \Form \FormStateInterface ;
12+ use Drupal \Core \StringTranslation \TranslatableMarkup ;
1413use Drupal \Core \Url ;
1514use Drupal \os2forms_failed_jobs \Helper \Helper ;
15+ use Symfony \Component \DependencyInjection \ContainerInterface ;
1616
1717/**
1818 * Provides a confirmation form for retrying a job.
You can’t perform that action at this time.
0 commit comments