service sendinblue.manager in SendinBlue 8.2
Same name and namespace in other branches
- 8 sendinblue.services.yml \sendinblue.manager
Class
Drupal\sendinblue\SendinblueManager9 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.
File
View source
- class: Drupal\sendinblue\SendinblueManager
- arguments:
- - '@sendinblue.api.v2'
- - '@sendinblue.api.v3'
- - '@config.factory'
- - '@database'
- - '@form_builder'
- - '@renderer'
- - '@plugin.manager.mail'
- - '@current_user'