class NodeTypePresetPostprocessor implements NodeTypePostprocessorInterface (View source)

Apply presets from configuration to nodeTypes

Properties

protected array $propertyPresetConfiguration
protected array $childNodePresetConfiguration

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