You are here

public function ImportProcessorBase::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.

Overrides ImportProcessorInterface::postprocess

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

File

src/ImportProcessorBase.php, line 29

Class

ImportProcessorBase
A base implementation of a content import processor.

Namespace

Drupal\yaml_content

Code

public function postprocess(array &$import_data, &$imported_content) {
}