Log in
Helper

View

Magento\Customer\Helper\View

What it does

This helper class is responsible for generating a customer's full display name by concatenating their name components (prefix, first name, middle name, last name, suffix) based on visibility settings.

Developers use this class whenever they need to display a customer's complete name in a consistent format throughout the Magento application, such as in emails, order views, or customer account pages.

Public Methods

  • getCustomerName()