You are here

service hotjar.snippet in Hotjar 8

Same name and namespace in other branches
  1. 8.2 hotjar.services.yml \hotjar.snippet

Class

Drupal\hotjar\SnippetBuilder
3 string references to hotjar.snippet
HotjarAdminSettingsForm::create in src/Form/HotjarAdminSettingsForm.php
Instantiates a new instance of this class.
hotjar_page_attachments in ./hotjar.module
Implements hook_page_attachments().
hotjar_rebuild in ./hotjar.module
Implements hook_rebuild().

File

./hotjar.services.yml
hotjar.services.yml

View source
  1. class: Drupal\hotjar\SnippetBuilder
  2. arguments:
  3. - '@state'
  4. - '@config.factory'
  5. - '@hotjar.settings'
  6. - '@module_handler'
  7. - '@asset.js.collection_optimizer'
  8. - '@messenger'