PHP Class Neos\Neos\NodeTypePostprocessor\PluginNodeTypePostprocessor

Inheritance: implements Neos\ContentRepository\NodeTypePostprocessor\NodeTypePostprocessorInterface
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$configurationManager Neos\Flow\Configuration\ConfigurationManager
$pluginService Neos\Neos\Service\PluginService

Public Methods

Method Description
process ( NodeType $nodeType, array &$configuration, array $options ) : void Returns the processed Configuration

Method Details

process() public method

Returns the processed Configuration
public process ( NodeType $nodeType, array &$configuration, array $options ) : void
$nodeType Neos\ContentRepository\Domain\Model\NodeType (uninitialized) The node type to process
$configuration array input configuration
$options array The processor options
return void

Property Details

$configurationManager protected property

protected ConfigurationManager,Neos\Flow\Configuration $configurationManager
return Neos\Flow\Configuration\ConfigurationManager

$pluginService protected property

protected PluginService,Neos\Neos\Service $pluginService
return Neos\Neos\Service\PluginService