Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Neos
Neos
Ui
NodeCreationHandler
DocumentTitleNodeCreationHandler
PHP Class Neos\Neos\Ui\NodeCreationHandler\DocumentTitleNodeCreationHandler
Inheritance:
implements
Neos\Neos\Ui\NodeCreationHandler\NodeCreationHandlerInterface
Afficher le fichier
Open project: neos/neos-ui
Méthodes publiques
Méthode
Description
handle
(
TYPO3\TYPO3CR\Domain\Model\NodeInterface
$node
,
array
$data
) :
void
Set the node title for the newly created Document node
Method Details
handle()
public
méthode
Set the node title for the newly created Document 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
Résultat
void