You are here

service tome_sync.content_hasher in Tome 8

Class

Drupal\tome_sync\ContentHasher
2 string references to tome_sync.content_hasher
ContentHasherTest::testContentHasher in modules/tome_sync/tests/src/Kernel/ContentHasherTest.php
@covers \Drupal\tome_sync\ContentHasher::writeHash @covers \Drupal\tome_sync\EventSubscriber\ContentHasherEventSubscriber::writeHash
ImportPartialForm::create in modules/tome_sync/src/Form/ImportPartialForm.php
Instantiates a new instance of this class.

File

modules/tome_sync/tome_sync.services.yml
modules/tome_sync/tome_sync.services.yml

View source
  1. class: Drupal\tome_sync\ContentHasher
  2. arguments:
  3. - '@database'
  4. - '@tome_sync.storage.content'