Copied!

ExportDataProcessorInterface

ExportDataProcessorInterface.php : 11
Interface

Methods

publicprocess()

ExportDataProcessorInterface.php : 23
public process(array<string|int, mixed> $data) : array<string|int, mixed>

Parameters

Name Type Default value Description
$data array<string|int, mixed> -

Arbitrary data structure matching data mapping in CDP

Return values

array<string|int, mixed>

publicsupports()

ExportDataProcessorInterface.php : 16
public supports(array<string|int, mixed> $data) : bool

Parameters

Name Type Default value Description
$data array<string|int, mixed> -

Arbitrary data structure matching data mapping in CDP

Return values

bool