You are here

public function ContentHasherInterface::hashesExist in Tome 8

Validates that hashes exist.

Return value

bool Whether or not any hashes exist.

1 method overrides ContentHasherInterface::hashesExist()
ContentHasher::hashesExist in modules/tome_sync/src/ContentHasher.php
Validates that hashes exist.

File

modules/tome_sync/src/ContentHasherInterface.php, line 45

Class

ContentHasherInterface
Interface for classes that can hash normalized content.

Namespace

Drupal\tome_sync

Code

public function hashesExist();