Neos\Neos\Ui\NodeCreationHandler\NodeCreationHandlerInterface::handle PHP Method

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