You are here

service sendinblue.manager in SendinBlue 8

Same name and namespace in other branches
  1. 8.2 sendinblue.services.yml \sendinblue.manager

Class

Drupal\sendinblue\SendinblueManager
9 string references to sendinblue.manager
ConfigurationSendinblueForm::create in src/Form/ConfigurationSendinblueForm.php
Instantiates a new instance of this class.
RegisteringUserForm::create in src/Form/RegisteringUserForm.php
Instantiates a new instance of this class.
SendinblueController::create in src/Controller/SendinblueController.php
Instantiates a new instance of this class.
SendInBlueEmail::create in src/Plugin/Mail/SendInBlueEmail.php
Creates an instance of the plugin.
sendinblue_user_insert in ./sendinblue.module
Implements hook_ENTITY_TYPE_insert() for node entities.

... See full list

File

./sendinblue.services.yml
sendinblue.services.yml

View source
  1. class: Drupal\sendinblue\SendinblueManager
  2. arguments:
  3. - '@sendinblue.api.v2'
  4. - '@sendinblue.api.v3'
  5. - '@config.factory'
  6. - '@database'
  7. - '@form_builder'
  8. - '@renderer'
  9. - '@plugin.manager.mail'
  10. - '@current_user'