PartKeepr\AuthBundle\Entity\UserPreference::getPreferenceKey PHP Method

getPreferenceKey() public method

Returns the key of this entry.
public getPreferenceKey ( ) : string
return string
    public function getPreferenceKey()
    {
        return $this->preferenceKey;
    }