Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Neos
ContentRepository
NodeTypePostprocessor
NodeTypePostprocessorInterface
PHP Interface Neos\ContentRepository\NodeTypePostprocessor\NodeTypePostprocessorInterface
Mostrar archivo
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