mirocow\eav\models\EavAttributeValue::getEntity PHP Method

getEntity() public method

public getEntity ( ) : ActiveQuery
return yii\db\ActiveQuery
    public function getEntity()
    {
        return $this->hasOne(Eav::className(), ['id' => 'entityId']);
    }