Guides
Tutorials
Process data: send an email, persist to storage, add to queue etc.
interface ApiPlatform\State\ProcessorInterface
{
    public process($data, ApiPlatform\Metadata\Operation $operation, array $uriVariables, array $context)
}interface ApiPlatform\State\ProcessorInterface
{
    public process($data, ApiPlatform\Metadata\Operation $operation, array $uriVariables, array $context)
}Handle the state.
public process($data, ApiPlatform\Metadata\Operation $operation, array $uriVariables, array $context)public process($data, ApiPlatform\Metadata\Operation $operation, array $uriVariables, array $context)| data | ||
| operation | ApiPlatform\Metadata\Operation | |
| uriVariables | array | |
| context | array |