ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractFilter::isPropertyNested PHP Method

isPropertyNested() protected method

Determines whether the given property is nested.
protected isPropertyNested ( string $property ) : boolean
$property string
return boolean
    protected function isPropertyNested(string $property) : bool
    {
        return false !== strpos($property, '.');
    }