You are here

public function ImportProcessorPluginBase::prepareEntityData in Entity Share 8.3

Method called on STAGE_PREPARE_ENTITY_DATA.

If the plugin reacts to this stage.

Parameters

\Drupal\entity_share_client\RuntimeImportContext $runtime_import_context: The import context.

array $entity_json_data: The entity JSON data.

Overrides ImportProcessorInterface::prepareEntityData

File

modules/entity_share_client/src/ImportProcessor/ImportProcessorPluginBase.php, line 174

Class

ImportProcessorPluginBase
Defines a base class from which other processors may extend.

Namespace

Drupal\entity_share_client\ImportProcessor

Code

public function prepareEntityData(RuntimeImportContext $runtime_import_context, array &$entity_json_data) {
}