You are here

constant ImportProcessorInterface::STAGE_PROCESS_ENTITY in Entity Share 8.3

Processing stage: process entity.

See also

\Drupal\entity_share_client\ImportProcessor\ImportProcessorInterface::processEntity()

File

modules/entity_share_client/src/ImportProcessor/ImportProcessorInterface.php, line 42

Class

ImportProcessorInterface
An interface for Import processor plugins.

Namespace

Drupal\entity_share_client\ImportProcessor

Code

const STAGE_PROCESS_ENTITY = 'process_entity';