ReferencePropertyOperation
final class ReferencePropertyOperation implements OperationInterface (View source)
Used to access properties of a ContentRepository Reference
This operation can be used to return the value of a node reference:
${q(node).references("someReferenceName").referenceProperty("somePropertyName")}
Properties
| static protected string | $shortName | {@inheritdoc} | |
| static protected int | $priority | {@inheritdoc} |
Methods
bool
canEvaluate(array<int, mixed> $context)
No description
mixed
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
mixed
evaluate(FlowQuery $flowQuery, array $arguments)
No description
static string
getShortName()
No description
static int
getPriority()
No description
static bool
isFinal()
No description