The graph_mail.helper service is defined as follows.

  graph_mail.helper:
    class: Drupal\graph_mail\MailHelper
    arguments:
      - '@config.factory'
      - '@http_client'
      - '@datetime.time'
      - '@queue.factory'

The last argument is a wrong service reference: The correct service is queue, although the class used to implement it is a factory class.

Comments

apaderno created an issue. See original summary.

  • apaderno committed be3f0ec4 on 2.0.x
    Issue #3401631: The graph_mail.helper service is requiring the wrong...

  • apaderno committed abc0ed2c on 1.0.x
    Issue #3401631: The graph_mail.helper service is requiring the wrong...
avpaderno’s picture

Status: Active » Fixed
avpaderno’s picture

Issue summary: View changes

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

avpaderno’s picture

Issue summary: View changes
avpaderno’s picture

Version: 2.0.x-dev » 1.0.x-dev