class DefaultPropertyEditorPostprocessor implements NodeTypePostprocessorInterface (View source)

Add default editor configurations for properties based on type and editor

Properties

protected array $dataTypesDefaultConfiguration
protected array $editorDefaultConfiguration

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