You are here

public property ImportProcessor::$stages in Entity Share 8.3

The stages this processor will run in, along with their default weights.

This is represented as an associative array, mapping one or more of the stage identifiers to the default weight for that stage. For the available stages, see \Drupal\entity_share_client\ImportProcessor\ImportProcessorPluginManager::getProcessingStages().

Type: int[]

File

modules/entity_share_client/src/Annotation/ImportProcessor.php, line 49

Class

ImportProcessor
Defines an Entity Share Client import processor annotation object.

Namespace

Drupal\entity_share_client\Annotation

Code

public $stages;