interface NodeTypePostprocessorInterface (View source)

A NodeType postprocessor can be used in order to programmatically change the configuration of a node type for example to provide dynamic properties.

Methods

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

Processes the given $nodeType (e.g. changes/adds properties depending on the NodeType configuration and the specified $options)

Details

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

Processes the given $nodeType (e.g. changes/adds properties depending on the NodeType configuration and the specified $options)

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