Property | Type | Description | |
---|---|---|---|
$contextFactory | |||
$entityType | string | ||
$nodeTypeManager | |||
$securityContext |
Method | Description | |
---|---|---|
isDescendantNodeOf ( string $nodePathOrIdentifier ) : |
||
isInWorkspace ( string | array $workspaceNames ) : |
||
isType ( string $entityType ) : boolean | ||
nodeIsOfType ( string | array $nodeTypes ) : |
Method | Description | |
---|---|---|
getNodeByIdentifier ( string $nodeIdentifier ) : Neos\ContentRepository\Domain\Model\NodeInterface |
protected getNodeByIdentifier ( string $nodeIdentifier ) : Neos\ContentRepository\Domain\Model\NodeInterface | ||
$nodeIdentifier | string | |
return | Neos\ContentRepository\Domain\Model\NodeInterface |
public isDescendantNodeOf ( string $nodePathOrIdentifier ) : |
||
$nodePathOrIdentifier | string | |
return |
public isInWorkspace ( string | array $workspaceNames ) : |
||
$workspaceNames | string | array | |
return |
public nodeIsOfType ( string | array $nodeTypes ) : |
||
$nodeTypes | string | array | |
return |
protected ContextFactory,Neos\ContentRepository\Domain\Service $contextFactory | ||
return |
protected NodeTypeManager,Neos\ContentRepository\Domain\Service $nodeTypeManager | ||
return |