Neos\Neos\Ui\NodeCreationHandler\NodeCreationHandlerInterface::handle PHP 메소드

handle() 공개 메소드

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
리턴 void
    public function handle(NodeInterface $node, array $data);
NodeCreationHandlerInterface