Neos\Neos\Domain\Model\UserPreferences::getPreferences PHP Method

getPreferences() public method

Get preferences
public getPreferences ( ) : array
return array
    public function getPreferences()
    {
        return $this->preferences;
    }