17 calls to TomeSyncHelper::getContentName() in Tome 8
- ContentHasherEventSubscriber::deleteHash in modules/
tome_sync/ src/ EventSubscriber/ ContentHasherEventSubscriber.php - Maintains a hash of imported content to support partial imports.
- ContentHasherEventSubscriber::writeHash in modules/
tome_sync/ src/ EventSubscriber/ ContentHasherEventSubscriber.php - Maintains a hash of imported content to support partial imports.
- ContentHasherEventSubscriber::writeSourceHash in modules/
tome_sync/ src/ EventSubscriber/ ContentHasherEventSubscriber.php - Maintains a hash of exported content to support partial imports.
- ContentHasherTest::testContentHasher in modules/
tome_sync/ tests/ src/ Kernel/ ContentHasherTest.php - @covers \Drupal\tome_sync\ContentHasher::writeHash @covers \Drupal\tome_sync\EventSubscriber\ContentHasherEventSubscriber::writeHash
- ContentIndexerTrait::indexContent in modules/
tome_sync/ src/ ContentIndexerTrait.php - Writes content to the index.
- ContentIndexerTrait::unIndexContent in modules/
tome_sync/ src/ ContentIndexerTrait.php - Removes content from the index.
- Exporter::deleteContentExport in modules/
tome_sync/ src/ Exporter.php - Deletes an exported content entity.
- Exporter::exportContent in modules/
tome_sync/ src/ Exporter.php - Exports a content entity to the target storage.
- ExporterTest::testDeleteContentExport in modules/
tome_sync/ tests/ src/ Kernel/ ExporterTest.php - @covers \Drupal\tome_sync\Exporter::deleteContentExport
- ExporterTest::testExportContent in modules/
tome_sync/ tests/ src/ Kernel/ ExporterTest.php - @covers \Drupal\tome_sync\Exporter::exportContent
- FieldDeletionTest::testDeleteField in modules/
tome_sync/ tests/ src/ Kernel/ FieldDeletionTest.php - @covers \Drupal\tome_sync\Exporter::exportContent
- FieldDeletionTest::testDeleteFieldDuringSync in modules/
tome_sync/ tests/ src/ Kernel/ FieldDeletionTest.php - @covers \Drupal\tome_sync\Exporter::exportContent
- ImporterTest::testImportContent in modules/
tome_sync/ tests/ src/ Kernel/ ImporterTest.php - @covers \Drupal\tome_sync\Importer::importContent
- ImportPartialForm::getInitialError in modules/
tome_sync/ src/ Form/ ImportPartialForm.php - Determines if there is an initial error that should prevent an import.
- ImportPartialFormTest::testImportPartialForm in modules/
tome_sync/ tests/ src/ Functional/ ImportPartialFormTest.php - Tests that the import partial form works.
- LinkItemTest::testLinkFields in modules/
tome_sync/ tests/ src/ Kernel/ LinkItemTest.php - Tests that exporting/importing link field data works.
- PathAliasTest::testAliases in modules/
tome_sync/ tests/ src/ Kernel/ PathAliasTest.php - Tests that exporting/importing path alias entities works.