NodeReferencesForName
final class NodeReferencesForName (View source)
Node references to write for a specific reference name
Will be converted to {\Neos\ContentRepository\Core\Feature\NodeReferencing\Dto\SerializedNodeReferencesForName} inside the events and persisted commands.
Properties
| NodeReferenceToWrite[] | $references |
Methods
static NodeReferencesForName
createEmpty(ReferenceName $name)
As the previously set references will be replaced by writing new references specifying no references for a name will delete the previous ones
static NodeReferencesForName
static NodeReferencesForName
Details
static NodeReferencesForName
createEmpty(ReferenceName $name)
As the previously set references will be replaced by writing new references specifying no references for a name will delete the previous ones
static NodeReferencesForName
fromTargets(ReferenceName $name, NodeAggregateIds $nodeAggregateIds)
No description
static NodeReferencesForName
fromReferences(ReferenceName $name, array $references)
No description