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

Parameters

array<int, mixed> $context

Return Value

bool

mixed evaluate(FlowQuery $flowQuery, array $arguments)

No description

Parameters

FlowQuery $flowQuery
array $arguments

Return Value

mixed

Exceptions

FlowQueryException

static string getShortName()

No description

Return Value

string

static int getPriority()

No description

Return Value

int

static bool isFinal()

No description

Return Value

bool