public function ContentHasherInterface::deleteHash in Tome 8
Deletes a content hash.
Parameters
string $content_name: The content name.
1 method overrides ContentHasherInterface::deleteHash()
- ContentHasher::deleteHash in modules/
tome_sync/ src/ ContentHasher.php - Deletes a content hash.
File
- modules/
tome_sync/ src/ ContentHasherInterface.php, line 26
Class
- ContentHasherInterface
- Interface for classes that can hash normalized content.
Namespace
Drupal\tome_syncCode
public function deleteHash($content_name);