You are here

public function ImportProcessorInterface::postprocess in YAML Content 8.2

Post-process imported content after it has been instantiated.

Parameters

array $import_data: The data array that was processed to create the imported content item.

mixed $imported_content: The instantiated content element from the original content data array.

1 method overrides ImportProcessorInterface::postprocess()
ImportProcessorBase::postprocess in src/ImportProcessorBase.php
Post-process imported content after it has been instantiated.

File

src/ImportProcessorInterface.php, line 26

Class

ImportProcessorInterface
A common interface for all Import Processor implementations.

Namespace

Drupal\yaml_content

Code

public function postprocess(array &$import_data, &$imported_content);