You are here

public function ImportProcessorPluginBase::postEntitySave in Entity Share 8.3

Method called on STAGE_POST_ENTITY_SAVE.

If the plugin reacts to this stage.

Parameters

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

\Drupal\Core\Entity\ContentEntityInterface $processed_entity: The entity being processed.

Overrides ImportProcessorInterface::postEntitySave

1 method overrides ImportProcessorPluginBase::postEntitySave()
DefaultDataProcessor::postEntitySave in modules/entity_share_client/src/Plugin/EntityShareClient/Processor/DefaultDataProcessor.php
Method called on STAGE_POST_ENTITY_SAVE.

File

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

Class

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

Namespace

Drupal\entity_share_client\ImportProcessor

Code

public function postEntitySave(RuntimeImportContext $runtime_import_context, ContentEntityInterface $processed_entity) {
}