You are here

service hubspot.hubspot in HubSpot 8

Same name and namespace in other branches
  1. 3.x hubspot.services.yml \hubspot.hubspot

Class

Drupal\hubspot\Hubspot
3 string references to hubspot.hubspot
Controller::create in src/Controller/Controller.php
Instantiates a new instance of this class.
HubspotBlock::create in src/Plugin/Block/HubspotBlock.php
Creates an instance of the plugin.
HubspotWebformHandler::create in src/Plugin/WebformHandler/HubspotWebformHandler.php
Creates an instance of the plugin.

File

./hubspot.services.yml
hubspot.services.yml

View source
  1. class: Drupal\hubspot\Hubspot
  2. arguments:
  3. - '@state'
  4. - '@logger.factory'
  5. - '@config.factory'
  6. - '@http_client'
  7. - '@plugin.manager.mail'
  8. - '@request_stack'
  9. - '@email.validator'