Helper
CurrentCustomerAddress
Magento\Customer\Helper\Session\CurrentCustomerAddress
What it does
This helper class provides convenient access to the currently logged-in customer's default billing and shipping addresses.
Developers would use this when they need to retrieve address information for the active customer session, such as during checkout, account pages, or when pre-filling address forms.
Public Methods
- getDefaultBillingAddress()
- getDefaultShippingAddress()