class PluginNodeTypePostprocessor implements NodeTypePostprocessorInterface (View source)

This Processor updates the PluginViews NodeType with the existing Plugins and it's corresponding available Views

Properties

protected ConfigurationManager $configurationManager
protected PluginService $pluginService

Methods

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

Returns the processed Configuration

Details

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

Returns the processed Configuration

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