You are here

public function ContentExporterInterface::exportEntity in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Exporter/ContentExporterInterface.php \Drupal\content_sync\Exporter\ContentExporterInterface::exportEntity()

Exports the given entity.

Parameters

\Drupal\Core\Entity\ContentEntityInterface $entity:

array $context:

Return value

array

1 method overrides ContentExporterInterface::exportEntity()
ContentExporter::exportEntity in src/Exporter/ContentExporter.php
@inheritdoc

File

src/Exporter/ContentExporterInterface.php, line 18

Class

ContentExporterInterface

Namespace

Drupal\content_sync\Exporter

Code

public function exportEntity(ContentEntityInterface $entity, array $context = []);