UserProfileForm::attributeLabels PHP Method

attributeLabels() public method

Declares attribute labels.
public attributeLabels ( )
    public function attributeLabels()
    {
        return array('display_name' => t('Full name'), 'email' => t('Email'), 'gender' => t('Gender'), 'bio' => t('Describe yourself'), 'birthday_month' => t('Month'), 'birthday_day' => t('Day'), 'birthday_year' => t('Year'), 'location' => t('Where you live'));
    }