Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Neos
ContentRepository
NodeTypePostprocessor
NodeTypePostprocessorInterface
PHP Interface Neos\ContentRepository\NodeTypePostprocessor\NodeTypePostprocessorInterface
Mostra file
Open project: neos/neos-development-collection
Public Methods
Method
Description
process
(
NodeType
$nodeType
,
array
&
$configuration
,
array
$options
) :
void
Processes the given $nodeType (e.g. changes/adds properties depending on the NodeType configuration and the specified $options)
Method Details
process()
public
method
Processes the given $nodeType (e.g. changes/adds properties depending on the NodeType configuration and the specified $options)
public
process
(
NodeType
$nodeType
,
array
&
$configuration
,
array
$options
) :
void
$nodeType
Neos\ContentRepository\Domain\Model\NodeType
(uninitialized) The node type to process
$configuration
array
The node type configuration to be processed
$options
array
The processor options
return
void