Method | Description | |
---|---|---|
cleanUpAutoCreatedChildNodes ( Neos\ContentRepository\Domain\Model\NodeInterface $node, |
Removes all auto created child nodes that existed in the previous nodeType. | |
cleanUpProperties ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : void | Removes all properties not configured in the current Node Type. | |
createChildNodes ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : void | Creates missing child nodes for the given node. | |
generateUniqueNodeName ( string $parentPath, string $idealNodeName = null ) : string | Generates a possible node name, optionally based on a suggested "ideal" name. | |
isNodeOfType ( Neos\ContentRepository\Domain\Model\NodeInterface $node, |
||
nodePathAvailableForNode ( string $nodePath, Neos\ContentRepository\Domain\Model\NodeInterface $node ) : boolean | Checks if the given node path can be used for the given node. | |
nodePathExistsInAnyContext ( string $nodePath ) : boolean | Checks if the given node path exists in any possible context already. | |
normalizePath ( string $path, string $referencePath = null ) : string | Normalizes the given node path to a reference path and returns an absolute path. | |
setDefaultValues ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : void | Sets default node property values on the given node. |
public cleanUpAutoCreatedChildNodes ( Neos\ContentRepository\Domain\Model\NodeInterface $node, |
||
$node | Neos\ContentRepository\Domain\Model\NodeInterface | |
$oldNodeType | ||
return | void |
public cleanUpProperties ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : void | ||
$node | Neos\ContentRepository\Domain\Model\NodeInterface | |
return | void |
public createChildNodes ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : void | ||
$node | Neos\ContentRepository\Domain\Model\NodeInterface | |
return | void |
public isNodeOfType ( Neos\ContentRepository\Domain\Model\NodeInterface $node, |
||
$node | Neos\ContentRepository\Domain\Model\NodeInterface | |
$nodeType | ||
return | boolean |
public nodePathAvailableForNode ( string $nodePath, Neos\ContentRepository\Domain\Model\NodeInterface $node ) : boolean | ||
$nodePath | string | |
$node | Neos\ContentRepository\Domain\Model\NodeInterface | |
return | boolean |
public nodePathExistsInAnyContext ( string $nodePath ) : boolean | ||
$nodePath | string | |
return | boolean |
public setDefaultValues ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : void | ||
$node | Neos\ContentRepository\Domain\Model\NodeInterface | |
return | void |