Copied!

ProcessorInterface

ProcessorInterface.php : 13
Interface

Methods

publicgetSupportedEventType()

ProcessorInterface.php : 17
public getSupportedEventType() : string

Return values

string

publicprocess()

ProcessorInterface.php : 15
public process(EventInterface $event, BlockValue $blockValue) : void

Parameters

Name Type Default value Description
$event EventInterface - -
$blockValue BlockValue - -