DefaultThemePlugin::getDescription PHP Method

getDescription() public method

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