AnnouncementFeedBlockPlugin::getDisplayName PHP Method

getDisplayName() public method

Get the display name of this plugin.
public getDisplayName ( ) : String
return String
    function getDisplayName()
    {
        return __('plugins.generic.announcementfeed.displayName');
    }