public function ImportProcessorInterface::preprocess in YAML Content 8.2
Pre-process import data and manipulate it prior to content creation.
Parameters
array $import_data: The data array being processed for content import.
1 method overrides ImportProcessorInterface::preprocess()
- ImportProcessorBase::preprocess in src/
ImportProcessorBase.php - Pre-process import data and manipulate it prior to content creation.
File
- src/
ImportProcessorInterface.php, line 16
Class
- ImportProcessorInterface
- A common interface for all Import Processor implementations.
Namespace
Drupal\yaml_contentCode
public function preprocess(array &$import_data);