NextUntilOperation
class NextUntilOperation extends AbstractOperation (View source)
"nextUntil" operation working on ContentRepository nodes. It iterates over all context elements and returns each following sibling until the matching sibling is found.
If an optional filter expression is provided as a second argument, it only returns the nodes matching the given expression.
Properties
static protected string | $shortName | {@inheritdoc} |
|
static protected int | $priority | {@inheritdoc} |
|
protected ContentRepositoryRegistry | $contentRepositoryRegistry |
Methods
bool
canEvaluate(array<int,mixed> $context)
{@inheritdoc}
void
evaluate(FlowQuery $flowQuery, array $arguments)
{@inheritdoc}
getNextForNode(Node $contextNode)
No description
Details
bool
canEvaluate(array<int,mixed> $context)
{@inheritdoc}
void
evaluate(FlowQuery $flowQuery, array $arguments)
{@inheritdoc}
protected Nodes
getNextForNode(Node $contextNode)
No description