You are here

public function TypeProcessorInterface::getExportedData in Content Synchronizer 8

Same name and namespace in other branches
  1. 8.2 src/Processors/Type/TypeProcessorInterface.php \Drupal\content_synchronizer\Processors\Type\TypeProcessorInterface::getExportedData()
  2. 3.x src/Processors/Type/TypeProcessorInterface.php \Drupal\content_synchronizer\Processors\Type\TypeProcessorInterface::getExportedData()

Get the data to export.

Parameters

\Drupal\Core\TypedData\TypedData $propertyData: The property data to export.

Return value

array The field data to export.

1 method overrides TypeProcessorInterface::getExportedData()
TypeProcessorBase::getExportedData in src/Processors/Type/TypeProcessorBase.php
Get the data to export.

File

src/Processors/Type/TypeProcessorInterface.php, line 23

Class

TypeProcessorInterface
The type processor interface.

Namespace

Drupal\content_synchronizer\Processors\Type

Code

public function getExportedData(TypedData $propertyData);