PHP Class Neos\Neos\Ui\NodeCreationHandler\DocumentTitleNodeCreationHandler

Inheritance: implements 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 Set the node title for the newly created Document node

Method Details

handle() public method

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
return void