Can you tell me how I can access the address field (firstname, lastname, country, ...) in my custom module? I will need to access these for the currently logged in user. Thanks

Comments

Damien Tournoud’s picture

Status: Active » Fixed

This module provides a field. It can be used wherever you use a field, and accessed in the same way. Read http://api.drupal.org/api/drupal/modules--field--field.module/group/field/7 for more information about the Field API.

faridjame’s picture

Thanks for the response. I had actually looked at the field API before I posted the question. I was looking for probably a more detailed/specific response. :-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.