public function ExporterInterface::deleteContentExport in Tome 8
Deletes an exported content entity.
Parameters
\Drupal\Core\Entity\ContentEntityInterface $entity: An entity to delete.
1 method overrides ExporterInterface::deleteContentExport()
- Exporter::deleteContentExport in modules/
tome_sync/ src/ Exporter.php - Deletes an exported content entity.
File
- modules/
tome_sync/ src/ ExporterInterface.php, line 42
Class
- ExporterInterface
- Provides an interface for the exporter.
Namespace
Drupal\tome_syncCode
public function deleteContentExport(ContentEntityInterface $entity);