Property | Type | Description | |
---|---|---|---|
$priority | integer | ||
$shortName | string |
Method | Description | |
---|---|---|
canEvaluate ( $context ) : boolean | ||
evaluate ( |
Method | Description | |
---|---|---|
earlyOptimizationOfFilters ( |
Optimize for typical use cases, filter by node name and filter by NodeType (instanceof). These cases are now optimized and will only load the nodes that match the filters. |
public canEvaluate ( $context ) : boolean | ||
return | boolean | TRUE if the operation can be applied onto the $context, FALSE otherwise |
protected earlyOptimizationOfFilters ( |
||
$flowQuery | ||
$parsedFilter | array | |
return | boolean |