ReferenceNodesOperation
final class ReferenceNodesOperation implements OperationInterface (View source)
"referenceNodes" operation working on Nodes
This operation can be used to find the nodes that are referenced from a given node:
${q(node).referenceNodes().get()}
If a referenceName is given as argument only the references for this name are returned
${q(node).referenceNodes("someReferenceName").property("title")} Properties
| static protected string | $shortName | {@inheritdoc} | |
| static protected int | $priority | {@inheritdoc} | |
| protected ContentRepositoryRegistry | $contentRepositoryRegistry |
Methods
bool
canEvaluate(array<int, mixed> $context)
No description
void
evaluate(FlowQuery $flowQuery, array $arguments)
No description
static string
getShortName()
No description
static int
getPriority()
No description
static bool
isFinal()
No description
Details
bool
canEvaluate(array<int, mixed> $context)
No description
void
evaluate(FlowQuery $flowQuery, array $arguments)
No description
static string
getShortName()
No description
static int
getPriority()
No description
static bool
isFinal()
No description