PHP Interface Neos\Neos\Ui\NodeCreationHandler\NodeCreationHandlerInterface

Show file 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