UserRegisterForm::attributeLabels PHP Method

attributeLabels() public method

Declares attribute labels.
public attributeLabels ( )
    public function attributeLabels()
    {
        return array('username' => t('Username'), 'email' => t('Email'), 'password' => t('Password'));
    }