public function ContentHasherInterface::getChangelist in Tome 8
Get a list of changed content.
Return value
array An array of arrays of content names, keyed by the kind of change:
- deleted
- added
- modified
1 method overrides ContentHasherInterface::getChangelist()
- ContentHasher::getChangelist in modules/
tome_sync/ src/ ContentHasher.php - Get a list of changed content.
File
- modules/
tome_sync/ src/ ContentHasherInterface.php, line 37
Class
- ContentHasherInterface
- Interface for classes that can hash normalized content.
Namespace
Drupal\tome_syncCode
public function getChangelist();