DefaultThemePlugin::getDisplayName PHP Method

getDisplayName() public method

Get the display name of this plugin
public getDisplayName ( ) : string
return string
    function getDisplayName()
    {
        return __('plugins.themes.default.name');
    }