class IconNameMappingPostprocessor implements NodeTypePostprocessorInterface (View source)

Map all icon- prefixed icon names to the corresponding names in the used icon implementation

Properties

protected IconNameMappingService $iconNameMappingService

Methods

void
process(NodeType $nodeType, array $configuration, array $options)

No description

Details

void process(NodeType $nodeType, array $configuration, array $options)

No description

Parameters

NodeType $nodeType

(uninitialized) The node type to process

array $configuration

The node type configuration to be processed

array $options

The processor options

Return Value

void