PHP Class Neos\ContentRepository\Tests\Functional\Domain\Fixtures\TestNodePostprocessor

Inheritance: implements Neos\ContentRepository\NodeTypePostprocessor\NodeTypePostprocessorInterface
Mostrar archivo Open project: neos/neos-development-collection

Public Methods

Method Description
process ( NodeType $nodeType, array &$configuration, array $options ) : void

Method Details

process() public method

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