public function ContentHasher::hashesExist in Tome 8
Validates that hashes exist.
Return value
bool Whether or not any hashes exist.
Overrides ContentHasherInterface::hashesExist
File
- modules/
tome_sync/ src/ ContentHasher.php, line 80
Class
- ContentHasher
- Hashes normalized content in the database.
Namespace
Drupal\tome_syncCode
public function hashesExist() {
return !empty($this
->getContentHashes());
}