EntityProcessingPipeline
class EntityProcessingPipeline (View source)
Methods
removeProcessor(string $processorClass)
Remove a processor by class name
array
getProcessors()
Get all processors in the pipeline
clearProcessors()
Clear all processors from the pipeline
mixed|null
processSingle(mixed $entity, array $context = [])
Process a single entity through the pipeline
array
processBatch(array $entities)
Process multiple entities through the pipeline (batch processing)
Details
EntityProcessingPipeline
addProcessor(EntityProcessor $processor)
Add a processor to the pipeline
EntityProcessingPipeline
removeProcessor(string $processorClass)
Remove a processor by class name
array
getProcessors()
Get all processors in the pipeline
EntityProcessingPipeline
clearProcessors()
Clear all processors from the pipeline
mixed|null
processSingle(mixed $entity, array $context = [])
Process a single entity through the pipeline
array
processBatch(array $entities)
Process multiple entities through the pipeline (batch processing)