Webiny\Component\Entity\Attribute\AbstractCollectionAttribute::getParentEntity PHP Method

getParentEntity() public method

Returns entity instance to which this attribute belongs
public getParentEntity ( ) : AbstractEntity
return Webiny\Component\Entity\AbstractEntity
    public function getParentEntity()
    {
        return $this->parent;
    }