FinisherOptionGenerator extends AbstractProcessor
Generate a FlexForm element for a finisher option
Table of Contents
Properties
Methods
- __construct() : mixed
- __invoke() : mixed
- getLanguageService() : LanguageService
Properties
$converterDto
protected
ProcessorDto
$converterDto
Methods
__construct()
public
__construct(ProcessorDto $converterDto) : mixed
Parameters
- $converterDto : ProcessorDto
__invoke()
public
__invoke(string $_, mixed $__, array<string|int, mixed> $matches) : mixed
Parameters
- $_ : string
-
unused in this context
- $__ : mixed
-
unused in this context
- $matches : array<string|int, mixed>
-
the expression matches from the ArrayProcessor - for example matches of ^(.*).config.type$
getLanguageService()
protected
getLanguageService() : LanguageService