PHP Class Neos\Neos\NodeTypePostprocessor\PluginNodeTypePostprocessor

Inheritance: implements Neos\ContentRepository\NodeTypePostprocessor\NodeTypePostprocessorInterface
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$configurationManager Neos\Flow\Configuration\ConfigurationManager
$pluginService Neos\Neos\Service\PluginService

Méthodes publiques

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

Method Details

process() public méthode

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
Résultat void

Property Details

$configurationManager protected_oe property

protected ConfigurationManager,Neos\Flow\Configuration $configurationManager
Résultat Neos\Flow\Configuration\ConfigurationManager

$pluginService protected_oe property

protected PluginService,Neos\Neos\Service $pluginService
Résultat Neos\Neos\Service\PluginService