Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Neos
Neos
Ui
NodeCreationHandler
NodeCreationHandlerInterface
PHP Interface Neos\Neos\Ui\NodeCreationHandler\NodeCreationHandlerInterface
Exibir arquivo
Open project: neos/neos-ui
Public Methods
Method
Description
handle
(
TYPO3\TYPO3CR\Domain\Model\NodeInterface
$node
,
array
$data
) :
void
Do something with the newly created node
Method Details
handle()
public
method
Do something with the newly created node
public
handle
(
TYPO3\TYPO3CR\Domain\Model\NodeInterface
$node
,
array
$data
) :
void
$node
TYPO3\TYPO3CR\Domain\Model\NodeInterface
The newly created node
$data
array
incoming data from the creationDialog
return
void