ShareButtonsController
class ShareButtonsController extends AbstractController
Main Controller class
Properties
| private ShareButtonsServiceInterface | $shareButtonsService | Stores ShareButtonsService | 
Methods
                    Response
                
                
                    dashboard()
        
                                            
                
            Displays the dashboard
                    Response
                
                
                    share($share, $url)
        
                                            
                
            Creates the ShareButtons from url call (mainly from link sent in email built with Monolog)
                    Response
                
                
                
            
                    Response
                
                
                    help()
        
                                            
                
            Displays the help
Details
        at         line 35
                            
    __construct(ShareButtonsServiceInterface $shareButtonsService)
        
    
    
        at         line 50
                            Response
    dashboard()
        
    
    Displays the dashboard
        at         line 67
                            Response
    share($share, $url)
        
    
    Creates the ShareButtons from url call (mainly from link sent in email built with Monolog)
        at         line 94
                            Response
    config(Request $request, ConfigServiceInterface $configService)
        
    
    Displays the configuration
        at         line 129
                            Response
    help()
        
    
    Displays the help