PHP Class Neos\Neos\ViewHelpers\Backend\AuthenticationProviderLabelViewHelper

Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$authenticationProviderSettings array

Public Methods

Method Description
render ( string $identifier ) : string Outputs a human friendly label for the authentication provider specified by $identifier

Method Details

render() public method

Outputs a human friendly label for the authentication provider specified by $identifier
public render ( string $identifier ) : string
$identifier string
return string

Property Details

$authenticationProviderSettings protected property

protected array $authenticationProviderSettings
return array