Copied!

FieldProcessorInterface

FieldProcessorInterface.php : 17
Interface

Methods

publicprocess()

FieldProcessorInterface.php : 22
public process(Field $field, Content $content) : array<string|int, mixed>

Parameters

Name Type Default value Description
$field Field - -
$content Content - -

Return values

array<string|int, mixed>

publicsupports()

FieldProcessorInterface.php : 24
public supports(Field $field, Content $content) : bool

Parameters

Name Type Default value Description
$field Field - -
$content Content - -

Return values

bool