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

Parameters

array<int, mixed> $context

Return Value

bool

void evaluate(FlowQuery $flowQuery, array $arguments)

No description

Parameters

FlowQuery $flowQuery
array $arguments

Return Value

void

static string getShortName()

No description

Return Value

string

static int getPriority()

No description

Return Value

int

static bool isFinal()

No description

Return Value

bool