Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Framework\App\Helper\Context $context, CustomerMetadataInterface $customerMetadataService) | |
getCustomerName (CustomerInterface $customerData) | |
![]() | |
__construct (Context $context) | |
isModuleOutputEnabled ($moduleName=null) | |
Protected Attributes | |
$_customerMetadataService | |
![]() | |
$_moduleName | |
$_request | |
$_moduleManager | |
$_logger | |
$_urlBuilder | |
$_httpHeader | |
$_eventManager | |
$_remoteAddress | |
$urlEncoder | |
$urlDecoder | |
$scopeConfig | |
$_cacheConfig | |
Additional Inherited Members | |
![]() | |
_getRequest () | |
_getModuleName () | |
_getUrl ($route, $params=[]) | |
__construct | ( | \Magento\Framework\App\Helper\Context | $context, |
CustomerMetadataInterface | $customerMetadataService | ||
) |
getCustomerName | ( | CustomerInterface | $customerData | ) |
{Concatenate all customer name parts into full customer name.
CustomerInterface | $customerData |
Implements CustomerNameGenerationInterface.
Definition at line 39 of file View.php.