NodeTypePostprocessorInterface
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
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)