Neos\Eel\FlowQuery\Operations\Object\FilterOperation::matchesPropertyNameFilter PHP Method

matchesPropertyNameFilter() protected method

For generic objects, we do not support property name filters.
protected matchesPropertyNameFilter ( object $element, string $propertyNameFilter ) : boolean
$element object
$propertyNameFilter string
return boolean
    protected function matchesPropertyNameFilter($element, $propertyNameFilter)
    {
        throw new FizzleException('Property Name filter not supported for generic objects.', 1332489796);
    }